www.csvreader.com

Returns the columns values for the current record as a string array.

[Visual Basic]
Public ReadOnly Property Values As String()
[C#]
public string[] Values {get;}

Exceptions

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

See Also

CsvReader Class | Csv Namespace