ComponentOne Input for WinForms
IsLowerKana Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class : IsLowerKana Method
A Unicode character.
Indicates whether the specified Unicode character is categorized as a lower (normal) case kana.
Syntax
'Declaration
 
Public Shared Function IsLowerKana( _
   ByVal c As System.Char _
) As System.Boolean
public static System.bool IsLowerKana( 
   System.char c
)

Parameters

c
A Unicode character.

Return Value

true if c is a kana lower (normal) case; otherwise, false.
See Also

Reference

CharHelper Class
CharHelper Members