CommentChar

CsvDataLoadOptions.CommentChar property

Gets or sets the character that is used to comment lines of CSV data.

public char CommentChar { get; set; }

Remarks

The default value is ‘#’ (number sign).

See Also