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 Type Condition
ObjectDisposedException Methods were called after the object has been disposed.

See Also

ReaderBase Class | DataStreams.Common Namespace