|
CsvReaderMoveTo Method
|
Moves to the specified record index.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public virtual bool MoveTo(
long record
)
Public Overridable Function MoveTo (
record As Long
) As Boolean
Request Example
View SourceParameters
- record
- Type: SystemInt64
The record index.
Return Value
Type:
Booleantrue if the operation was successful; otherwise,
false.
Exceptions Exception | Condition |
---|
ObjectDisposedException |
The instance has been disposed of.
|
See Also