ComponentOne Input for WinForms
IsFullWidth(Char) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class > IsFullWidth Method : IsFullWidth(Char) Method
A Unicode character.
Indicates whether the specified Unicode character is a full width character. Usually CJK characters are considers as full widths.
Syntax
'Declaration
 
Public Overloads Shared Function IsFullWidth( _
   ByVal c As System.Char _
) As System.Boolean
public static System.bool IsFullWidth( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

true if c is a full width character; otherwise, false.
See Also

Reference

CharHelper Class
CharHelper Members
Overload List