Method ValidCategories
ValidCategories(params UnicodeCategory[])
Sets the specified character categories as valid for the input.
ICharValidator ValidCategories(params UnicodeCategory[] cat)
Parameters
catUnicodeCategory[]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
catUnicodeCategory[]Array of char categories.
validboolWhether char categories are valid or invalid for the input.
Returns
- ICharValidator
Returns this object instance for use in the call sequences.