Click or drag to resize

CommonEngineReadFileT Method (String)

Used to read a file without instantiating the engine.
This method has limited features. We recommend using the non static methods.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public static T[] ReadFile<T>(
	string fileName
)
where T : class

Parameters

fileName
Type: SystemString
The file name

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:FileHelpers.CommonEngine.ReadFile``1(System.String)"]

Return Value

Type: T
The read records.
See Also