Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

record
Type: SystemInt64
The record index.

Return Value

Type: Boolean
true if the operation was successful; otherwise, false.
Exceptions
ExceptionCondition
ObjectDisposedException The instance has been disposed of.
See Also