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. |
A UnicodeCharacterClass
enumerated constant that identifies the character class of the character at position index in value.