Click or drag to resize

MasterDetailEngineTMaster, TDetailReadString Method

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

Namespace:  FileHelpers.MasterDetail
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public MasterDetails<TMaster, TDetail>[] ReadString(
	string source
)

Parameters

source
Type: SystemString
The string that contains the records.

Return Value

Type: MasterDetailsTMaster, TDetail
An array of the records in the String.
See Also