Method used to use this engine in Async mode. Work together with ReadNext. (Remember to call Close after read the data)
[Visual Basic]
Public Sub BeginReadString( _
ByVal
sourceData As
String _
)
[C#]
public
void BeginReadString(
string sourceData);
Parameters
-
sourceData
- The source String
See Also
MultiRecordEngine Class | FileHelpers Namespace
Powered by: