CalendarView for WinForms
IsCharOfType メソッド (CharHelper)

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

パラメータ

c
Unicode 文字。
type
CharType タイプ。

戻り値の型

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

CharHelper クラス
CharHelper メンバ