Click or drag to resize
Accord.NET (logo)

CsvWriter Properties

The CsvWriter type exposes the following members.

Properties
  NameDescription
Public propertyComment
Gets or sets the comment character indicating that a line is commented out.
Public propertyDelimiter
Gets or sets the delimiter character separating each field.
Public propertyEscape
Gets or sets the escape character letting insert quotation characters inside a quoted field.
Public propertyFormatProvider
Gets or sets the format provider to use when converting data-types to text representations. Default is to use CultureInfo.InvariantCulture.
Public propertyQuote
Gets or sets the quotation character wrapping every field.
Public propertyWriter
Gets the writer.
Top
See Also