CsvSourceOptions.Encoding Property
Gets or sets the character encoding of the CSV document.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
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