IsOther Method (CharHelper)
In This Topic
Indicates whether a Unicode character doesn't belong to any specific letter.
Syntax
'Declaration
Public Shared Function IsOther( _
ByVal As Char _
) As Boolean
public static bool IsOther(
char
)
Parameters
- c
- A Unicode character.
Return Value
true if c is doesn't a Katakana character; otherwise, false.
See Also