Click or drag to resize
CsvWriterWriteComment Method
Writes comment text out to the file using the Comment character.

Namespace: DataStreams.Csv
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public void WriteComment(
	string commentText
)

Parameters

commentText
Type: SystemString
The text to write as a comment.
See Also