Click or drag to resize
Accord.NET (logo)

CsvReader. CopyCurrentRecordTo Method

Overload List
  NameDescription
Public methodCopyCurrentRecordTo(String[])
Copies the field array of the current record to a one-dimensional array, starting at the beginning of the target array.
Public methodCopyCurrentRecordTo(String[], Int32)
Copies the field array of the current record to a one-dimensional array, starting at the beginning of the target array.
Top
See Also