ComponentOne Input for WinForms
FromAnsi(Char) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class > FromAnsi Method : FromAnsi(Char) Method
An ANSI character.
Converts the value of an ANSI character to it's Unicode equivalent.
Syntax
'Declaration
 
Public Overloads Shared Function FromAnsi( _
   ByVal c As System.Char _
) As System.Char
public static System.char FromAnsi( 
   System.char c
)

Parameters

c
An ANSI character.

Return Value

A Unicode character equivalent of c.
See Also

Reference

CharHelper Class
CharHelper Members
Overload List