xmlStringFormatTest
xmlStringFormatTest(data: string) → {Promise<boolean>}
Checks if the given string is an xml string. Performs the same check as the XMLStringFormat/XMLFormat class.
Name | Type | Description |
---|---|---|
data | string |
the string data to test. |
Type | Description |
---|---|
Promise<boolean> |