IsXML

Determines whether a string is well-formed XML text.

Method Signature

IsXML(value=[any])

Arguments

Argument
Type
Required
Description
Default

value

any

true

A string containing the XML document text.

Examples

Last updated

Was this helpful?