How to Convert an Object into a String

ArasModules.xml.getXml converts an XmlDOMDocument object into a string.

The function takes the following argument:

  • xmlDocument – a valid XmlDocument.

...
let xmlString = ArasModules.xml.getXml(xmlDoc);
...