Online Documentation for Advanced Data Export .NET
QExportTXT.CSVQuoteStrings
public bool CSVQuoteStrings {get; set;}
Description
The CSVQuoteStrings property is used only during the export to .csv format (ExportType is etCSV). If this property is True, then all the source strings will be exported as quotations.
For example, string
QuickExport.NET is a nice set of components, isn't it?
is exported as
"QuickExport.NET is a nice set of components, isn't it?"