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:
- & - &
- < - <
- > - >
- " - "
- ' - '
Use StrHTMLDecode to convert a string containing HTML reserved characters to their HTML Entity reference representation.