ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / CharHelper Class / ToHalfWidthEx Method
A Unicode character.

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