Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / CharHelper Class
Fields Methods


In This Topic
    CharHelper Class Members
    In This Topic

    The following tables list the members exposed by CharHelper.

    Public Fields
     NameDescription
    Public FieldDefines the control char: Backspace  
    Public Fieldstatic (Shared in Visual Basic)Represents the largest possible value of a Char. This field is constant.  
    Public Fieldstatic (Shared in Visual Basic)Represents the smallest possible value of a Char. This field is constant.  
    Public FieldDefines the Null char.  
    Public FieldDefines the control char: Space.  
    Public FieldDefines the control char: Tab.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the value of an ANSI character to it's Unicode equivalent.  
    Public Methodstatic (Shared in Visual Basic)Retrieves the type of character.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the related kana has a related lower case.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a alphabet letter.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a alphabet letter or digit.  
    Public Methodstatic (Shared in Visual Basic)Indicates whether the specified Unicode character is categorized as a big (capital) case kana.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the specified character is of the specified type.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a control code.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a Numeric digit.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a Numeric or a Math symbol.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is a full width character. Usually CJK characters are considers as full widths.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a Hiragana letter.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a Katakana letter.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a Lowercase letter.  
    Public Methodstatic (Shared in Visual Basic)Indicates whether the specified Unicode character is categorized as a lower (normal) case kana.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a mathematical symbol.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a multi-width character.  
    Public Methodstatic (Shared in Visual Basic)Indicates whether a Unicode character doesn't belong to any specific letter.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a Punctuation character.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a Symbol character.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified Unicode character is categorized as a Uppercase letter.  
    Public Methodstatic (Shared in Visual Basic)Indicates whether the specified Unicode character is categorized as a upper (capital) case kana.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the value of a Unicode character to it's ANSI equivalent.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Transforms the specified character to a full width character if possible. Ranges are Latin basic, Katakana and Hangul characters.  
    Public Methodstatic (Shared in Visual Basic)Converts the value of a Unicode character to it's half width equivalent. Ranges are Latin basic, Katakana and Hangul characters.  
    Public Methodstatic (Shared in Visual Basic)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 Methodstatic (Shared in Visual Basic)Converts the value of a Unicode character to it's "Hiragana" equivalent. Special character handling for the Japanese language.  
    Public Methodstatic (Shared in Visual Basic)Converts the value of a Shift-JIS (Japanese encoding) character to it's JIS equivalent.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the value of a Unicode character to it's "Katakana" equivalent. Special character handling for the Japanese language.  
    Public Methodstatic (Shared in Visual Basic)Converts an upper (capital) case kana into a lower case (normal).  
    Public Methodstatic (Shared in Visual Basic)Converts the value of a JIS (Japanese encoding) character to it's Shift-JIS equivalent.  
    Public Methodstatic (Shared in Visual Basic)Converts an lower (normal) case kana into a upper (capital) case.  
    Top
    See Also