ComponentOne Input for WinForms
ToHalfWidthEx Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class : ToHalfWidthEx Method
A Unicode character.
Transforms the specified character to a half width character if possible. This method differs from the ToHalfWidth method where it tries to return the accurate half width character - which most likely happens in FarEast countries.
Syntax
'Declaration
 
Public Shared Function ToHalfWidthEx( _
   ByVal c As System.Char _
) As System.Char()
public static System.char[] ToHalfWidthEx( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

A character array representing c in half width form. In most cases this array will have only one element.
See Also

Reference

CharHelper Class
CharHelper Members