Click or drag to resize

MultiRecordEngineReadFile Method

Reads a file and returns the records.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public Object[] ReadFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The file with the records.

Return Value

Type: Object
The read records of different types all mixed.
See Also