CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Reader Methods

The methods of the Reader class are listed below. For a complete list of Reader class members, see the Reader Members topic.

Public Instance Methods

Close Closes the source file.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
Open Prepares the target file for reading and sets the header if applicable.
ReadOverloaded. Reads the next row available of csv data and sets the fields of the CurrentRow.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Reader Class | AldenSystems.CSVEngine Namespace