Method IsValidCategory
IsValidCategory(UnicodeCategory)
Checks whether the specified char category is valid for the input.
public override bool IsValidCategory(UnicodeCategory cat)
Parameters
cat
UnicodeCategoryCategory to check.
Returns
- bool
true
if category is valid for the input;false
otherwise.