CalendarView for WinForms
IsHiragana(String,Int32) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス > IsHiragana メソッド : IsHiragana(String,Int32) メソッド
A string.
The character position in s.
Indicates wether the character at the specified position in the specified string is a Hiragana character.
シンタックス
'宣言
 
Public Overloads Shared Function IsHiragana( _
   ByVal s As System.String, _
   ByVal index As System.Integer _
) As System.Boolean
public static System.bool IsHiragana( 
   System.string s,
   System.int index
)

パラメータ

s
A string.
index
The character position in s.

戻り値の型

true if the character at position index in s is a Hiragana character; otherwise, false.
参照

CharHelper クラス
CharHelper メンバ
オーバーロード一覧