ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / CharHelper Class / IsOther Method
A Unicode character.

In This Topic
    IsOther Method
    In This Topic
    Indicates whether a Unicode character doesn't belong to any specific letter.
    Syntax
    'Declaration
     
    Public Shared Function IsOther( _
       ByVal c As Char _
    ) As Boolean
    public static bool IsOther( 
       char c
    )

    Parameters

    c
    A Unicode character.

    Return Value

    true if c is doesn't a Katakana character; otherwise, false.
    See Also