UnicodeUtility.GetCharacterClass method

Returns the UnicodeCharacterClass of the character at the specified offset in the given string.

public static UnicodeCharacterClass GetCharacterClass(string value, int index)
parameter description
value A String.
index The character position in value.

Return Value

A UnicodeCharacterClass enumerated constant that identifies the character class of the character at position index in value.

See Also