JVCL Help:HtmlToString

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a HTML string to a plain string.

run\JvStrToHtml.pas


Pascal

 run\JvStrToHtml.pas
 functionHtmlToString(constValue: string): string;


Parameters

Parameters Description
const Value: string The string to convert.

run\JvStrToHtml.pas


Description

HtmlToString converts the content of Value into an equivalent plain string. For example, the string '<CODE>' is converted into ''.

run\JvStrToHtml.pas


See Also

CharToHtml, StringToHtml, TJvStrToHtml

run\JvStrToHtml.pas


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