CsvReader..::..Comment Property

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

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public char Comment { get; }
Public ReadOnly Property Comment As Char
	Get
public:
property wchar_t^ Comment {
	wchar_t^ get ();
}

Field Value

The comment character indicating that a line is commented out.