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