Click or drag to resize
MooshCsv Method (Stream)
Parses a CSV string from an input stream.

Namespace: Moosh
Assembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static MooshCsvClass Csv(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A stream containing the CSV string to parse.

Return Value

Type: MooshCsvClass
Returns a Moosh.CsvClass.
See Also