[]
Indicates whether a Unicode character doesn't belong to any specific letter.
public static bool IsOther(char c)
Type | Name | Description |
---|---|---|
char | c | A Unicode character. |
Type | Description |
---|---|
bool | true if c is doesn't a Katakana character; otherwise, false. |