ComponentOne Input for WinForms
ToAnsi(Char) Method

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

Parameters

c
A Unicode character.

Return Value

An Ansi character equivalent of c in the current culture.
Remarks
Encodes the specified Unicode character to an ANSI character using the current culture.
See Also

Reference

CharHelper Class
CharHelper Members
Overload List