| CsvReaderIsQualified Method |
Determines whether a specified column was qualified
or not.
Namespace: DataStreams.CsvAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public bool IsQualified(
int columnIndex
)
Public Function IsQualified (
columnIndex As Integer
) As Boolean
Parameters
- columnIndex
- Type: SystemInt32
The index of the column being requested.
Return Value
Type:
Boolean
Whether the requested column was qualified or not.
Exceptions See Also