XmlFormat()
Encodes the given string for safe usage within XML nodes; escapes >, <, ', ", & and also any high ASCII characters
Usage
STRING = XmlFormat(
p1
)
Argument | Summary |
---|---|
p1 | string |
Encodes the given string for safe usage within XML nodes; escapes >, <, ', ", & and also any high ASCII characters
STRING = XmlFormat(
p1
)
Argument | Summary |
---|---|
p1 | string |