Click or drag to resize
FixedWidthReader Properties

The FixedWidthReader type exposes the following members.

Properties
  NameDescription
Public propertyColumns
Public propertyCurrentRecord
The index of the current record.
(Inherited from ReaderBase.)
Public propertyItemInt32
Returns the current column value for a given column index.
(Inherited from ReaderBase.)
Public propertyItemString
Returns the current column value corresponding to the columnName.
Public propertyRawRecord
Returns the text of the current record as it existed before parsing.
Public propertySettings
Has all the options that are able to be set that will affect the way records are parsed.
Public propertyValues
Returns the columns values for the current record as a string array.
(Inherited from ReaderBase.)
Top
See Also