CalendarView for WinForms
ToJIS メソッド (CharHelper)

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

パラメータ

c
A Shift-JIS character.

戻り値の型

The JIS equivalent of c.

- or -

The unchanged value of c, if c is not a full width character.

解説
Converts a Shift-JIS character to it's equivalent JIS character - used in the Japanese language. Please note that this method does not take a Unicode character as it's parameter - use the character value returned by the "ToSJIS" method.
参照

CharHelper クラス
CharHelper メンバ