ComponentOne Input for WinForms
FromAnsi(Char,CultureInfo) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class > FromAnsi Method : FromAnsi(Char,CultureInfo) Method
An ANSI character.
A CultureInfo object. If a null reference is passed, the current culture is assumed.
Converts the value of a ANSI character to it's Unicode equivalent using the specified culture information.
Syntax
'Declaration
 
Public Overloads Shared Function FromAnsi( _
   ByVal c As System.Char, _
   ByVal culture As System.Globalization.CultureInfo _
) As System.Char
public static System.char FromAnsi( 
   System.char c,
   System.Globalization.CultureInfo culture
)

Parameters

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

Return Value

An Unicode character equivalent of c using the specified culture.
See Also

Reference

CharHelper Class
CharHelper Members
Overload List