ComponentOne Input for WinForms
IsOther Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class : IsOther Method
A Unicode character.
Indicates whether a Unicode character doesn't belong to any specific letter.
Syntax
'Declaration
 
Public Shared Function IsOther( _
   ByVal c As System.Char _
) As System.Boolean
public static System.bool IsOther( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

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

Reference

CharHelper Class
CharHelper Members