[]
        
(Showing Draft Content)

C1.Win.Input.CharHelper.IsUpperKana

IsUpperKana Method

IsUpperKana(char)

Indicates whether the specified Unicode character is categorized as a upper (capital) case kana.

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

A Unicode character.

Returns
Type Description
bool

true if c is a kana upper (capital) case; otherwise, false.