ComponentOne Input for WinForms
GetCharType Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class : GetCharType Method
A Unicode character.
Retrieves the type of character.
Syntax
'Declaration
 
Public Shared Function GetCharType( _
   ByVal c As System.Char _
) As CharType
public static CharType GetCharType( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

A CharType representing the type of character of c.
See Also

Reference

CharHelper Class
CharHelper Members