ComponentOne Input for WinForms
IsCharOfType Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class : IsCharOfType Method
A Unicode character.
A CharType type.
Determines whether the specified character is of the specified type.
Syntax
'Declaration
 
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
)

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

Reference

CharHelper Class
CharHelper Members