AlphabetCheck - метод
Check that string contains only valid characters.
Пространство имён: Tessa.Tokens.EncodingsСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public bool Check(
string text
)
Public Function Check (
text As String
) As Boolean
public:
bool Check(
String^ text
)
member Check :
text : string -> bool
- text String
- String under consideration.
BooleanWhether the string contains only valid characters.