Click or drag to resize

MultiRecordEngineBeginReadString Method

Method used to use this engine in Async mode. Work together with ReadNext. (Remember to call Close after read the data)

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public void BeginReadString(
	string sourceData
)

Parameters

sourceData
Type: SystemString
The source String
See Also