Click or drag to resize

CSVReaderGetNextRecord Method

Get the next record from the CSV file.

Namespace:  com.espertech.esperio.csv
Assembly:  NEsper.IO (in NEsper.IO.dll) Version: 8.0.0.0
Syntax
C#
public string[] GetNextRecord()

Return Value

Type: String
a string array containing the values of the record
See Also