|
CsvReaderReadNextRecord Method
|
Reads the next record.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public bool ReadNextRecord()
Public Function ReadNextRecord As Boolean
Request Example
View SourceReturn Value
Type:
Boolean if a record has been successfully reads; otherwise,
.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
The instance has been disposed of.
|
See Also