[]
        
(Showing Draft Content)

C1.Win.Input.CharHelper.IsOther

IsOther Method

IsOther(char)

Indicates whether a Unicode character doesn't belong to any specific letter.

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

A Unicode character.

Returns
Type Description
bool

true if c is doesn't a Katakana character; otherwise, false.