[]
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.
public static char[] ToHalfWidthEx(char c)
Type | Name | Description |
---|---|---|
char | c | A Unicode character. |
Type | Description |
---|---|
char[] | A character array representing c in half width form. In most cases this array will have only one element. |