Click or drag to resize
Accord.NET (logo)

CsvWriterComment Property

Gets or sets the comment character indicating that a line is commented out.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public char Comment { get; set; }
Request Example View Source

Property Value

Type: Char
The comment character indicating that a line is commented out.
See Also