Skip to main content
A newer version of this page is available. .

CsvSourceOptions.TextQualifier Property

Gets or sets the character that encloses values in the CSV document.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

[DefaultValue('"')]
public char TextQualifier { get; set; }

Property Value

Type Default Description
Char '\"'

A Char that is the character used as the text qualifier.

See Also