Writes comment text out to the file using the
Comment character.
[Visual Basic]Public Sub WriteComment( _
ByVal
commentText As
String _
)
[C#]public
void WriteComment(
string commentText);
Parameters
- commentText
-
The text to write as a comment.
See Also
CsvWriter Class | Csv Namespace