Skip to main content

CsvDataAwareExporterOptions.TextQualifier Property

Gets or sets the character that encloses values in the resulting text.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public char TextQualifier { get; set; }

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