Click or drag to resize
FixedWidthReaderReadRecord Method
Reads another record.

Namespace: DataStreams.FixedWidth
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public override bool ReadRecord()

Return Value

Type: Boolean
Whether another record was successfully read or not.
Exceptions
ExceptionCondition
ObjectDisposedException Methods were called after the object has been disposed.
See Also