www.csvreader.com

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

Public Static (Shared) Methods

Parse Creates a FixedWidthReader object using a string of data as the source. Uses Default as the encoding.

Public Instance Methods

Close (inherited from ReaderBase) Closes and releases all related resources.
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.
ReadRecord Reads another record.
ReadToEndOverloaded. Reads till the end of the fixed width 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 (inherited from Object) Returns a String that represents the current Object.

See Also

FixedWidthReader Class | DataStreams.FixedWidth Namespace