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