Click or drag to resize
Accord.NET (logo)

CsvReaderReadNextRecord Method

Reads the next record.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public bool ReadNextRecord()
Request Example View Source

Return Value

Type: Boolean
if a record has been successfully reads; otherwise, .
Exceptions
ExceptionCondition
ObjectDisposedException The instance has been disposed of.
See Also