Class DbfEncoding
Represents the DBF encoding class.
Inheritance
System.Object
DbfEncoding
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class DbfEncoding : Encoding
Constructors
DbfEncoding()
Declaration
protected DbfEncoding()
Methods
GetEncoding(String)
Returns the encoding associated with the specified name.
Declaration
public static Encoding GetEncoding(string name)
Parameters
System.String
name
The name of the preferred encoding. |
Returns
System.Text.Encoding
The object associated with the specified name. |