DataContractsSerDeUtils.LoadXml Method (String)
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
Public Shared Function LoadXml ( _
objAsXml As String _
) As XmlDocument
'Usage
Dim objAsXml As String
Dim returnValue As XmlDocument
returnValue = DataContractsSerDeUtils.LoadXml(objAsXml)
public static XmlDocument LoadXml(
string objAsXml
)
public:
static XmlDocument^ LoadXml(
String^ objAsXml
)
static member LoadXml :
objAsXml:string -> XmlDocument
public static function LoadXml(
objAsXml : String
) : XmlDocument
Parameters
- objAsXml
Type: System.String
Return Value
Type: System.Xml.XmlDocument
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts Namespace