In This Topic
Indicates whether the specified Unicode character is categorized as a lower (normal) case kana.
Syntax
'Declaration
Public Shared Function IsLowerKana( _
ByVal As Char _
) As Boolean
public static bool IsLowerKana(
char
)
Parameters
- c
- A Unicode character.
Return Value
true if c is a kana lower (normal) case; otherwise, false.
See Also