DataHelperGetDataSetFromXml Method |
Gets DataSet from the given XML string.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static DataSet GetDataSetFromXml(
string xmlData
)
Parameters
- xmlData
- Type: SystemString
XML data
Return Value
Type:
DataSetSee Also