Topic Path: Symbol Reference > Functions > StrHtmlDecode Function
ContentsIndexHome
PreviousUpNext
StrHtmlDecode Function

Converts a string containing reserved HTML Entity references to a string using HTML reserved characters.

File
function StrHtmlDecode(
    const AStr: String
): String;
Parameters 
Description 
AStr 
String contain HTML Entity references to be converted. 

String - String containing HTML reserved characters.

StrHtmlDecode is a String function that converts a string containing reserved HTML Entity references to a string using HTML reserved characters. StrHtmlDecode will convert the following HTML Entity references to their HTML reserved character representation: 

 

 

-------- -

 

& & 
&lt; < 
&gt; > 
&quot; " 

 

Use StrHTMLEncode to convert a string containing HTML reserved characters to their HTML Entity reference representation.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.