[]
Retrieves the type of character.
public static CharTypes GetCharType(char c)
Public Shared Function GetCharType(c As Char) As CharTypes
| Type | Name | Description |
|---|---|---|
| char | c | A Unicode character. |
| Type | Description |
|---|---|
| CharTypes | A CharType representing the type of character of c. |