LoadXml()

XmlDocument::LoadXml(String) method

Loads the XML document from the specified string.

virtual void System::Xml::XmlDocument::LoadXml(String xml)

Arguments

ParameterTypeDescription
xmlStringString containing the XML document to load.

See Also