CsvDataAwareExporterOptions.Encoding Property
Gets or sets the character encoding of the CSV document.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.2.Core.dll
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