| CsvWriterUserSettings Class |
Namespace: DataStreams.Csv
The CsvWriterUserSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| 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.
|