AlphabetCheck - метод
Check that string contains only valid characters.
Пространство имён: Tessa.Tokens.EncodingsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.