[]
Indicates whether the specified Unicode character is categorized as a upper (capital) case kana.
public static bool IsUpperKana(char c)
Type | Name | Description |
---|---|---|
char | c | A Unicode character. |
Type | Description |
---|---|
bool | true if c is a kana upper (capital) case; otherwise, false. |