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