Click or drag to resize
FixedWidthReader Methods

The FixedWidthReader type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes and releases all related resources.
(Inherited from ReaderBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
Creates a FixedWidthReader object using a string of data as the source. Uses Default as the encoding.
Public methodReadRecord
Reads another record.
(Overrides ReaderBaseReadRecord.)
Public methodReadToEnd
Reads till the end of the fixed width data. Reads the first line in the data as column headers.
Public methodReadToEnd(UInt64)
Reads till the end of the fixed width data.
Public methodSkipLine
Skips the next line of data using the standard end of line characters and does not do any column delimited parsing.
Public methodSkipRecord
Skips the next record of data by parsing each column. Does not increment CurrentRecord.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also