CalendarView for WinForms
ToKatakana(Char,Boolean) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス > ToKatakana メソッド : ToKatakana(Char,Boolean) メソッド
A Unicode character.
true to return a full width Katakana, and false to return a half width Katakana.
Converts the value of a Unicode character to it's "Katakana" equivalent with an optional setting of full or half width. Special character handling for the Japanese language
シンタックス
'宣言
 
Public Overloads Shared Function ToKatakana( _
   ByVal c As System.Char, _
   ByVal fullWidth As System.Boolean _
) As System.Char()
public static System.char[] ToKatakana( 
   System.char c,
   System.bool fullWidth
)

パラメータ

c
A Unicode character.
fullWidth
true to return a full width Katakana, and false to return a half width Katakana.

戻り値の型

The Katakana equivalent of c.

- or -

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

参照

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