[]
        
(Showing Draft Content)

C1.Win.Input.CharHelper.ToHalfWidthEx

ToHalfWidthEx Method

ToHalfWidthEx(char)

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.

Declaration
public static char[] ToHalfWidthEx(char c)
Parameters
Type Name Description
char c

A Unicode character.

Returns
Type Description
char[]

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