'宣言 Public Shared Function HasLowerKana( _ ByVal c As System.Char _ ) As System.Boolean
public static System.bool HasLowerKana( System.char c )
パラメータ
- c
- A Unicode character.
戻り値の型
true if c has a related lower case kana; otherwise, false.
'宣言 Public Shared Function HasLowerKana( _ ByVal c As System.Char _ ) As System.Boolean
public static System.bool HasLowerKana( System.char c )