Click or drag to resize
Accord.NET (logo)

CsvReaderCopyCurrentRecordTo Method (String)

Copies the field array of the current record to a one-dimensional array, starting at the beginning of the target array.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public void CopyCurrentRecordTo(
	string[] array
)
Request Example View Source

Parameters

array
Type: SystemString
The one-dimensional Array that is the destination of the fields of the current record.
Exceptions
ExceptionCondition
ArgumentNullExceptionarray is .
See Also