DataContractsSerDeUtils.LoadXml Method

Definition

Overloads

LoadXml(String)
LoadXml(String, XmlDocument)

LoadXml(String)

public static System.Xml.XmlDocument LoadXml (string objAsXml);
static member LoadXml : string -> System.Xml.XmlDocument
Public Shared Function LoadXml (objAsXml As String) As XmlDocument

Parameters

objAsXml
String

Returns

Applies to

LoadXml(String, XmlDocument)

public static void LoadXml (string objAsXml, System.Xml.XmlDocument doc);
static member LoadXml : string * System.Xml.XmlDocument -> unit
Public Shared Sub LoadXml (objAsXml As String, doc As XmlDocument)

Parameters

objAsXml
String

Applies to