Click or drag to resize
CsvWriterUserSettingsUseTextQualifier Property
Whether to qualify columns of data with the TextQualifier if the data requires it. Default is true.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public bool UseTextQualifier { get; set; }

Property Value

Type: Boolean
See Also