| 
               | 
            
              CsvWriter Properties | 
          
The CsvWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| Comment | 
              Gets or sets the comment character indicating that a line is commented out.
              | |
| Delimiter | 
              Gets or sets the delimiter character separating each field.
              | |
| Escape | 
              Gets or sets the escape character letting insert quotation characters inside a quoted field.
              | |
| FormatProvider | 
              Gets or sets the format provider to use when converting 
              data-types to text representations. Default is to use
              CultureInfo.InvariantCulture.
              | |
| Quote | 
              Gets or sets the quotation character wrapping every field.
              | |
| Writer | 
              Gets the writer.
              |