UnEscape |
Top Previous Next |
Prototype
strXML:=UnEscape(strANSI)
Description
Convert an ANSI string in a XML string
Parameters
strANSI: ANSI string value to convert.
Returned Value
strXML: Output XML string
Notes
None
Example
//It executes conversion after ANSI string initialization StrXML:=UnEscape(StrAnsi);
//It logs XML string ApplicationLog(' XML string is: '+StrXML); |