Method ValidCategories
ValidCategories(params UnicodeCategory[])
Sets the specified character categories as valid for the input.
ICharValidator ValidCategories(params UnicodeCategory[] cat)
Parameters
cat
UnicodeCategory[]Array of char categories.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.
ValidCategories(UnicodeCategory[], bool)
Sets the specified character categories as valid or invalid for the input.
ICharValidator ValidCategories(UnicodeCategory[] cat, bool valid)
Parameters
cat
UnicodeCategory[]Array of char categories.
valid
boolWhether char categories are valid or invalid for the input.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.