The properties of the CsvWriter.UserSettings class are listed below. For a complete list of CsvWriter.UserSettings class members, see the CsvWriter.UserSettings Members topic.
Comment | The character to use as a comment signal. Default is pound, '#'. |
Delimiter | The character to use as the column delimiter. Default is comma, ','. |
EscapeMode | Specifies how to escape an occurance of system characters, like the TextQualifier and Delimiter, inside field values when required. Default is Doubled. |
ForceQualifier | Use this to force all fields to be surrounded by the text qualifier even if the qualifier is not necessarily needed to escape this field. Default is false. |
RecordDelimiter | The character to use as the record delimiter. Default uses the system default end of line marker. |
TextQualifier | The character to use as a text qualifier in the data. Default is quote, '"'. |
UseTextQualifier | Whether to qualify columns of data with the TextQualifier if the data requires it. Default is true. |
CsvWriter.UserSettings Class | DataStreams.Csv Namespace