JVCL Help:SimpleXMLEncode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: SimpleXMLEncode function
[+] JvSimpleXml.pas Functions
Search in JVCL Help
Search in all projectsSummary
Encodes the special characters to their XML representation
Pascal
run\JvSimpleXml.pas
functionSimpleXMLEncode(constS: string): string; deprecated;
Parameters
Parameters | Description |
const S: string | The string to encode |
Return Value
The encoded string
Description
All characters outside #0-#127 will be converted along with '"','&',#39,' <' and '> '
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page