Click or drag to resize
DataHelperGetDataSetFromXml Method
Gets DataSet from the given XML string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetDataSetFromXml(
	string xmlData
)

Parameters

xmlData
Type: SystemString
XML data

Return Value

Type: DataSet
See Also