Click or drag to resize

RecordOptionsRecordToValues Method

Allows to get an object[] with the values of the fields in the record

Namespace:  FileHelpers.Options
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public Object[] RecordToValues(
	Object record
)

Parameters

record
Type: SystemObject
The record that will be transformed to object[]

Return Value

Type: Object
The object[] with the values of the fields in the current record
See Also