www.csvreader.com

Reads another record.

[Visual Basic]
Public Function ReadRecord() As Boolean
[C#]
public bool ReadRecord();

Return Value

Whether another record was successfully read or not.

Exceptions

Exception TypeCondition
ObjectDisposedException Methods were called after the object has been disposed.

See Also

CsvReader Class | Csv Namespace