Determines whether the specified character is of the specified type.
'宣言
Public Shared Function IsCharOfType( _
ByVal As System.Char, _
ByVal As CharType _
) As System.Boolean
public static System.bool IsCharOfType(
System.char ,
CharType
)
パラメータ
- c
- A Unicode character.
- type
- A CharType type.
戻り値の型
true if specified c and type matches the type of the character; otherwise false.