CalendarView for WinForms
ToHiragana メソッド (CharHelper)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス : ToHiragana メソッド
A Unicode character.
Converts the value of a Unicode character to it's "Hiragana" equivalent. Special character handling for the Japanese language.
シンタックス
'宣言
 
Public Shared Function ToHiragana( _
   ByVal c As System.Char _
) As System.Char
public static System.char ToHiragana( 
   System.char c
)

パラメータ

c
A Unicode character.

戻り値の型

The Hiragana equivalent of c.

- or -

The unchanged value of c, if c is already a Hiragana or not Katakana.

参照

CharHelper クラス
CharHelper メンバ