GenericStringValidation extension
- on
Properties
- isAlphabetic → bool
-
Available on String, provided by the GenericStringValidation extension
Checks if the string contains only alphabetic characters.no setter - isAlphanumeric → bool
-
Available on String, provided by the GenericStringValidation extension
Checks if the string is alphanumeric.no setter - isNumeric → bool
-
Available on String, provided by the GenericStringValidation extension
Checks if the string contains only numeric characters.no setter