Writes comment text out to the file using the Settings 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 | DataStreams.Csv Namespace