CalendarView for WinForms
ToAnsi(Char) メソッド

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

パラメータ

c
A Unicode character.

戻り値の型

An Ansi character equivalent of c in the current culture.
解説
Encodes the specified Unicode character to an ANSI character using the current culture.
参照

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