Converts the value of a Unicode character to it's ANSI equivalent using the specified culture information.
'宣言
Public Overloads Shared Function ToAnsi( _
ByVal As System.Char, _
ByVal As System.Globalization.CultureInfo _
) As System.Char
public static System.char ToAnsi(
System.char ,
System.Globalization.CultureInfo
)
パラメータ
- 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.