www.csvreader.com

Determines whether a specified column was qualified or not.

[Visual Basic]
Public Function IsQualified( _
   ByVal columnIndex As Integer _
) As Boolean
[C#]
public bool IsQualified(
   int columnIndex
);

Parameters

columnIndex
The index of the column being requested.

Return Value

Whether the requested column was qualified or not.

Exceptions

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

See Also

CsvReader Class | Csv Namespace