Read the records of a string and fill a DataTable with them.
[Visual Basic]
Overloads Public Function ReadStringAsDT( _
ByVal
source As
String, _
ByVal
maxRecords As
Integer _
) As
DataTable
Parameters
-
source
- The source string with the records.
-
maxRecords
- The max number of records to read. Int32.MaxValue or -1 to read all records.
Return Value
The DataTable with the read records.
See Also
FileHelperEngine Class | FileHelpers Namespace | FileHelperEngine.ReadStringAsDT Overload List
Powered by: