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