ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / CharHelper Class / FromAnsi Method / FromAnsi(Char) Method
An ANSI character.

In This Topic
    FromAnsi(Char) Method
    In This Topic
    Converts the value of an ANSI character to it's Unicode equivalent.
    Syntax
    'Declaration
     
    Public Overloads Shared Function FromAnsi( _
       ByVal c As Char _
    ) As Char
    public static char FromAnsi( 
       char c
    )

    Parameters

    c
    An ANSI character.

    Return Value

    A Unicode character equivalent of c.
    See Also