In This Topic
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 As Char _
) As Char()
public static char[] ToHalfWidthEx(
char
)
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