DataContractsSerDeUtils.LoadXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- doc
- XmlDocument
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET