AlphabetCheck - метод

Check that string contains only valid characters.

Definition

Пространство имён: Tessa.Tokens.Encodings
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public bool Check(
	string text
)

Параметры

text  String
String under consideration.

Возвращаемое значение

Boolean
Whether the string contains only valid characters.

См. также