Click or drag to resize
Accord.NET (logo)

CsvReaderReadLine Method

Reads the entire stream into a list of records.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public string[] ReadLine()
Request Example View Source

Return Value

Type: String
A list containing all records in the file.
See Also