CalendarView for WinForms
ToKatakana(Char) メソッド

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

パラメータ

c
A Unicode character.

戻り値の型

The Katakana equivalent of c.

- or -

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

参照

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