[]
Determines whether the specified character is of the specified type.
public static bool IsCharOfType(char c, CharType type)
| Type | Name | Description |
|---|---|---|
| char | c | A Unicode character. |
| CharType | type | A CharType type. |
| Type | Description |
|---|---|
| bool | true if specified c and type matches the type of the character; otherwise false. |