Click or drag to resize

FileCsvDocumentSave Method (TextWriter)

Writes the document to a text writer. Records are separated by CRLF, per RFC 4180. If the document has a header, it is written ahead of the data rows.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void Save(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The writer to write to.
See Also