[]
Determines whether the related kana has a related lower case.
public static bool HasLowerKana(char c)
| Type | Name | Description |
|---|---|---|
| char | c | A Unicode character. |
| Type | Description |
|---|---|
| bool | true if c has a related lower case kana; otherwise, false. |