CsvSourceOptions.TextQualifier Property
Gets or sets the character that encloses values in the CSV document.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Char | '\"' | A Char that is the character used as the text qualifier. |
See Also