MultiSelect for WinForms
IsBigKana メソッド (CharHelper)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > CharHelper クラス : IsBigKana メソッド
A Unicode character.
Indicates whether the specified Unicode character is categorized as a big (capital) case kana.
シンタックス
'宣言
 
Public Shared Function IsBigKana( _
   ByVal c As System.Char _
) As System.Boolean
public static System.bool IsBigKana( 
   System.char c
)

パラメータ

c
A Unicode character.

戻り値の型

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

CharHelper クラス
CharHelper メンバ