CsvDataAwareExporterOptions.QuoteTextValues Property
Gets or sets whether to put quotes around all text values in CSV output.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraExport.Csv.CsvQuotation | A DevExpress.XtraExport.Csv.CsvQuotation enumeration value that specifies whether to always quote text values, never put quotes around text values, or let the built-in algorithm decide. |
Remarks
Use the TextExportOptionsBase.QuoteStringsWithSeparators or the QuoteTextValues properties to quote output text values to conform to your requirements.
See Also