AlphabetCheck - метод

Check that string contains only valid characters.

Definition

Пространство имён: Tessa.Content.Utilities.Encodings
Сборка: Tessa (в Tessa.dll) Версия: 4.0.8
C#
public bool Check(
	string text
)

Параметры

text  String
String under consideration.

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

Boolean
Whether the string contains only valid characters.

См. также