XmlEncode
The XmlEncode()
function converts a text to an XML encoded text.
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
Returns an XML encoded text.
Returns Invalid expression
if the parameter is not a text.
Syntax
Parameters
Name
Type
Required
Description
text
text
☑️
a text that is used in an XML element
Last updated