|
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()
Public Function ReadToEnd As List(Of String())
Request Example
View SourceReturn Value
Type:
ListStringA list containing all records in the file.
See Also