
The Function Block HTML_DECODE converts special HTML characters back to letters.
The input defines the string to be decoded.
The decoded value. The following characters are converted.
| Character | Replacement |
|---|---|
| & (Ampersand) | & |
| " (Double Quotation Mark) | " |
| ' (Single Quotation Mark) | ' |
| < (Less Than) | < |
| > (Greater Than) | > |