Click or drag to resize

FileHelperEngineTReadStringAsDT Method (String)

Note: This API is now obsolete.

Read the records of a string and fill a DataTable with them.

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[ObsoleteAttribute("You must use ReadString(...).ToDataTable<T>() instead.")]
public DataTable ReadStringAsDT(
	string source
)

Parameters

source
Type: SystemString
The source string with the records.

Return Value

Type: DataTable
The DataTable with the read records.

Implements

IFileHelperEngineTReadStringAsDT(String)
See Also