UnicodeUtility.GetCharacterClassFromCategory method

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.

Return Value

The class of the specified category.

See Also