xmlStringFormatTest

xmlStringFormatTest(data: string) → {Promise<boolean>}

Checks if the given string is an xml string. Performs the same check as the XMLStringFormat/XMLFormat class.

Parameters:
Name Type Description
data string

the string data to test.

Returns:
Type Description
Promise<boolean>
Powered by webdoc!