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