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