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