JVCL Help:EntityDecode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: EntityDecode function
[+] JvSimpleXml.pas Functions
Search in JVCL Help
Search in all projectsSummary
Decodes XML entities
Pascal
run\JvSimpleXml.pas
functionEntityDecode(constS: string): string; deprecated;
Parameters
Parameters | Description |
const S: string | The string with entities to decode |
Return Value
The decoded string
Description
Decodes XML entities (', ", <, > and &) into their corresponding characters (', ", <, > and &)
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