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