Method ValidCategory
ValidCategory(UnicodeCategory, bool)
Sets the specified character category as valid or invalid for the input.
public override ICharValidator ValidCategory(UnicodeCategory cat, bool isValid = true)
Parameters
catUnicodeCategoryChar category.
isValidbool
Returns
- ICharValidator
Returns this object instance for use in the call sequences.