MultiRecordEngineReadFile Method |
Reads a file and returns the records.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic Object[] ReadFile(
string fileName
)
Public Function ReadFile (
fileName As String
) As Object()
Parameters
- fileName
- Type: SystemString
The file with the records.
Return Value
Type:
ObjectThe read records of different types all mixed.
See Also