MultiSelect for WinForms
IsCharOfType メソッド (CharHelper)

C1.Win.Input.6 アセンブリ > C1.Win.Input 名前空間 > CharHelper クラス : IsCharOfType メソッド
Unicode 文字
CharType タイプ
指定された文字が指定されたタイプかどうかを決定します。
シンタックス
'宣言
 
Public Shared Function IsCharOfType( _
   ByVal c As System.Char, _
   ByVal type As CharTypes _
) As System.Boolean
public static System.bool IsCharOfType( 
   System.char c,
   CharTypes type
)

パラメータ

c
Unicode 文字
type
CharType タイプ

戻り値の型

指定された c と type の文字のタイプが一致する場合は true、 そうでない場合は false。
参照

CharHelper クラス
CharHelper メンバ