StrHtmlEncode is a String function that converts the string AStr containing reserved HTML characters to a string using HTML Entity references. StrHtmlEncode will convert the following reserved HTML characters to the following representations:
- & - &
- < - <
- > - >
- " - "
- ' - '
Use StrHTMLDecode to convert a string containing HTML Entity references to its string representation.