[]
        
(Showing Draft Content)

C1.Win.Input.CharHelper.IsLowerKana

IsLowerKana Method

IsLowerKana(char)

Indicates whether the specified Unicode character is categorized as a lower (normal) case kana.

Declaration
public static bool IsLowerKana(char c)
Parameters
Type Name Description
char c

A Unicode character.

Returns
Type Description
bool

true if c is a kana lower (normal) case; otherwise, false.