|
CsvReaderComment Property
|
Gets the comment character indicating that
a line is commented out. Default is '#'.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public char Comment { get; set; }
Public Property Comment As Char
Get
Set
Request Example
View SourceProperty Value
Type:
CharThe comment character indicating that a line is commented out.
See Also