AlphabetCheck - метод

Check that string contains only valid characters.

Definition

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

Параметры

text  String
String under consideration.

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

Boolean
Whether the string contains only valid characters.

См. также