Click or drag to resize
Accord.NET (logo)

CsvReaderReadToEnd 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 List<string[]> ReadToEnd()
Request Example View Source

Return Value

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