Letters Method

HttpServer.dll

Overload List

  NameDescription
Letters(String, Boolean)
Validate that a string consists of only letters (including special letters)
Letters(String, String, Boolean)
Validates a string to consist of letters. Will test for A-Z, a-z, spaces and letters specified in SpecialLetters
(Inherited from Validator.)
Letters(String, String, String, Boolean)
Validates a string to consist of letters plus specified characters. Basic allowed letters are A-Z and a-z. For extra characters SpecialLetters
(Inherited from Validator.)

See Also