Method IsValidCategory
IsValidCategory(UnicodeCategory)
Checks whether the specified char category is valid for the input.
public override bool IsValidCategory(UnicodeCategory cat)
Parameters
catUnicodeCategoryCategory to check.
Returns
- bool
trueif category is valid for the input;falseotherwise.