CalendarView for WinForms
ToSJIS メソッド (CharHelper)

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

パラメータ

c
A JIS character.

戻り値の型

The Shift-JIS equivalent of c.

- or -

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

解説
Converts a JIS character to it's equivalent Shift-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 "ToJIS" method.
参照

CharHelper クラス
CharHelper メンバ