Click or drag to resize
FixedWidthReaderSkipRecord Method
Skips the next record of data by parsing each column. Does not increment CurrentRecord.

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

Return Value

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