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