DataStreams Class Library
DataStreams Class Library
DataStreams
DataStreams.FixedWidth
FixedWidthReader Class
FixedWidthReader Methods
Parse Method
ReadRecord Method
ReadToEnd Method
SkipLine Method
SkipRecord Method
FixedWidthReader
ReadRecord Method
Reads another record.
Namespace:
DataStreams.FixedWidth
Assembly:
DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
C#
VB
Copy
public
override
bool
ReadRecord
()
Public
Overrides
Function
ReadRecord
As
Boolean
Return Value
Type:
Boolean
Whether another record was successfully read or not.
Exceptions
Exception
Condition
ObjectDisposedException
Methods were called after the object has been disposed.
See Also
Reference
FixedWidthReader Class
DataStreams.FixedWidth Namespace
DataStreams CSV and Excel parser for C# and VB.Net