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
Syntaxpublic Object[] RecordToValues(
Object record
)
Public Function RecordToValues (
record As Object
) As Object()
Parameters
- record
- Type: SystemObject
The record that will be transformed to object[]
Return Value
Type:
ObjectThe object[] with the values of the fields in the current record
See Also