EAPConvertXmlToDataTable Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static DataTable XmlToDataTable(
string xml
)
Public Shared Function XmlToDataTable (
xml As String
) As DataTable
Parameters
- xml
- Type: SystemString
The XML representing the table.
Return Value
Type:
DataTableThe reconstituted DataTable.
See Also