Click or drag to resize

FileCsvDocumentRead Method (TextReader)

Reads CSV content from a text reader. The content is assumed to have no header row.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static FileCsvDocument Read(
	TextReader reader
)

Parameters

reader
Type: System.IOTextReader
The reader to read from.

Return Value

Type: FileCsvDocument
A new document populated with the contents of the reader.
See Also