Decodes a given HTML string.
HTMLDecode([Input Value])
Where:
Input Value is the value to decode
| Rule | Meaning |
|---|---|
| HTMLDecode(DWVariableEncodedString) | Will decode the given input value. |
HTML coded characters are decoded to their respective special ASCII characters , for example:
| HTML | ASCII Character |
|---|---|
| < | < |
| > | > |
| & | & |
| " | " |
This function is useful when using the Send HTTP Request task.