CalendarView for WinForms
ToAnsi(Char,CultureInfo) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework 名前空間 > CharHelper クラス > ToAnsi メソッド : ToAnsi(Char,CultureInfo) メソッド
A Unicode character.
A CultureInfo object. If a null reference is passed, the current culture is assumed.
Converts the value of a Unicode character to it's ANSI equivalent using the specified culture information.
シンタックス
'宣言
 
Public Overloads Shared Function ToAnsi( _
   ByVal c As System.Char, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.Char
public static System.char ToAnsi( 
   System.char c,
   System.Globalization.CultureInfo culture
)

パラメータ

c
A Unicode character.
culture
A CultureInfo object. If a null reference is passed, the current culture is assumed.

戻り値の型

An Ansi character equivalent of c using the specified culture.
参照

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