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
Syntaxpublic static FileCsvDocument Read(
TextReader reader
)
Public Shared Function Read (
reader As TextReader
) As FileCsvDocument
Parameters
- reader
- Type: System.IOTextReader
The reader to read from.
Return Value
Type:
FileCsvDocumentA new document populated with the contents of the reader.
See Also