ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / CharHelper Class / ToFullWidth Method / ToFullWidth(Char) Method
A Unicode character.

In This Topic
    ToFullWidth(Char) Method
    In This Topic
    Transforms the specified character to a full width character if possible. Ranges are Latin basic, Katakana and Hangul characters.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ToFullWidth( _
       ByVal c As Char _
    ) As Char
    public static char ToFullWidth( 
       char c
    )

    Parameters

    c
    A Unicode character.

    Return Value

    Full width character of c, otherwise original character returned.
    See Also