UnicodeUtility.GetCharacterClassFromCategory method

Returns the major character class for the specified Unicode general category.

public static UnicodeCharacterClass GetCharacterClassFromCategory(UnicodeCategory category)
parameter description
category The UnicodeCategory of a character.

Return Value

The class of the specified category.

See Also