CsvReader Methods |
The CsvReader type exposes the following members.
Name | Description | |
---|---|---|
Close |
Closes and releases all related resources.
(Inherited from ReaderBase.) | |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetHeader |
Returns the column header value for a given
columnIndex.
| |
GetIndex |
Gets the corresponding column index for a given
headerName.
| |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IsQualified |
Determines whether a specified column was qualified
or not.
| |
Parse | ||
ReadHeaders |
Read the first record of data as column headers.
| |
ReadRecord |
Reads another record.
(Overrides ReaderBaseReadRecord.) | |
ReadToEnd |
Reads till the end of the csv data. Reads the
first line in the data as column headers.
| |
ReadToEnd(Boolean) |
Reads till the end of the csv data.
| |
ReadToEnd(Boolean, UInt64) |
Reads till the end of the csv data.
| |
SkipLine |
Skips the next line of data using the standard
end of line characters and does not do any
column delimited parsing.
| |
SkipRecord |
Skips the next record of data by parsing each column.
Does not increment CurrentRecord.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |