Returns the major character class for the specified Unicode general category.
public static UnicodeCharacterClass GetCharacterClassFromCategory(UnicodeCategory cat)
parameter | description |
---|---|
cat | The UnicodeCategory of a character. |
The class of the specified category.