CsvDataAwareExporterOptions.TextQualifier Property
Gets or sets the character that encloses values in the resulting text.
Namespace: DevExpress.XtraExport.Csv
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
Char | A Char that is the character used as the text qualifier. By default, it is the double quotation mark. |
Remarks
The text that follows the character designated as the “text qualifier” and that precedes the next occurrence of that character is exported as one value.
See Also