IFileHelperEngineTReadStringAsDT Method (String) |
Read the records of a string and fill a DataTable with them.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
SyntaxDataTable ReadStringAsDT(
string source
)
Function ReadStringAsDT (
source As String
) As DataTable
Parameters
- source
- Type: SystemString
The source string with the records.
Return Value
Type:
DataTableThe DataTable with the read records.
See Also