CalendarView for WinForms
IsCharOfType メソッド (CharHelper)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス : IsCharOfType メソッド
A Unicode character.
A CharType type.
Determines whether the specified character is of the specified type.
シンタックス
'宣言
 
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
A Unicode character.
type
A CharType type.

戻り値の型

true if specified c and type matches the type of the character; otherwise false.
参照

CharHelper クラス
CharHelper メンバ