Skip to main content
A newer version of this page is available. .

CsvSourceOptions.Encoding Property

Gets or sets the character encoding of the CSV document.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v19.1.dll

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