CsvDataAwareExporterOptions.Encoding Property
Gets or sets the character encoding of the CSV document.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Encoding | A Encoding object that specifies the character encoding of the CSV document. By default, System.Text.Encoding.UTF8. |
See Also