ComponentOne CalendarView for WinForms
C1.Framework Namespace / CharHelper Class / IsFullWidth Method / IsFullWidth(Char) Method
A Unicode character.

In This Topic
    IsFullWidth(Char) Method
    In This Topic
    Indicates whether the specified Unicode character is a full width character. Usually CJK characters are considers as full widths.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsFullWidth( _
       ByVal c As Char _
    ) As Boolean
    public static bool IsFullWidth( 
       char c
    )

    Parameters

    c
    A Unicode character.

    Return Value

    true if c is a full width character; otherwise, false.
    See Also