|
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
)
Public Sub CopyCurrentRecordTo (
array As String()
)
Request Example
View SourceParameters
- array
- Type: SystemString
The one-dimensional Array that is the destination of the fields of the current record.
Exceptions Exception | Condition |
---|
ArgumentNullException | array is .
|
See Also