IsXML
Determines whether a string is well-formed XML text.
Method Signature
Arguments
Argument
Type
Required
Description
Default
value
any
true
A string containing the XML document text.
Examples
isXML Example
Returns true if the string is well-formed XML.
Result: true
isXML Example for Invalid XML
Returns false if the string is not well-formed XML.
Result: false
Additional Examples
Related
Last updated
Was this helpful?