JVCL Help:HtmlToString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: HtmlToString function
[+] JvStrToHtml.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts a HTML string to a plain string.
Pascal
run\JvStrToHtml.pas
functionHtmlToString(constValue: string): string;
Parameters
Parameters | Description |
const Value: string | The string to convert. |
Description
HtmlToString converts the content of Value into an equivalent plain string. For example, the string '<CODE>' is converted into ''.
See Also
CharToHtml, StringToHtml, TJvStrToHtml
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