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