System::Xml::XmlDocument::LoadXml method

XmlDocument::LoadXml method

Loads the XML document from the specified string.

virtual void System::Xml::XmlDocument::LoadXml(String xml)
ParameterTypeDescription
xmlStringString containing the XML document to load.

See Also