Click or drag to resize

CommonEngineReadString Method (Type, String)

Used to read a string 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 Object[] ReadString(
	Type recordClass,
	string input
)

Parameters

recordClass
Type: SystemType
The record class.
input
Type: SystemString
The input string.

Return Value

Type: Object
The read records.
See Also