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
Syntaxpublic void BeginReadString(
string sourceData
)
Public Sub BeginReadString (
sourceData As String
)
Parameters
- sourceData
- Type: SystemString
The source String
See Also