IsCharOfType Method (CharHelper)
In This Topic
Determines whether the specified character is of the specified type.
Syntax
'Declaration
Public Shared Function IsCharOfType( _
ByVal As Char, _
ByVal As CharType _
) As Boolean
public static bool IsCharOfType(
char ,
CharType
)
Parameters
- c
- A Unicode character.
- type
- A CharType type.
Return Value
true if specified c and type matches the type of the character; otherwise false.
See Also