Click or drag to resize

FileHelperEngine<T>.ReadString Method (String, Int32)

Read a String and return an array of the contained records.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public T[] ReadString(
	string source,
	int maxRecords
)

Parameters

source
Type: System.String
The string that contains the records.
maxRecords
Type: System.Int32
The max number of records to read. Int32.MaxValue or -1 to read all records.

Return Value

Type:T[]
An array of the records in the String.

Implements

IFileHelperEngine<T>.ReadString(String, Int32)
See Also