Skip to main content

ShapefileDataAdapter.DefaultEncoding Property

Gets or sets the encoding, which should be used if a file does not contain encoding information.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public Encoding DefaultEncoding { get; set; }

Property Value

Type Description
Encoding

A Encoding object.

See Also