Skip to main content

CsvSourceOptions.Encoding Property

Gets or sets the character encoding of the CSV document.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[DefaultValue(null)]
public Encoding Encoding { get; set; }

Property Value

Type Default Description
Encoding null

A Encoding object that specifies the character encoding of the CSV document.

Remarks

Use the CsvSourceOptions.DetectEncoding property to specify whether the character encoding is automatically determined.

See Also