Decode and encode Web methods
Use the decode and encode Web methods to convert strings of data for use in your automations.
The following table describes the decode and encode methods that are available:
Methods
Method | Description |
HtmlDecode | Converts a string that has been HTML-encoded for HTTP transmission into a decoded string. The override options are a string value and a string with a specified text writer to use for decoding. |
HtmlEncode | Converts a string to an HTML-encoded string. The override options are a string value and a string with a specified text writer to use for encoding. |
UrlDecode | Converts a string that has been encoded for transmission in a URL into a decoded string. |
UrlEncode | Converts a text string into a URL-encoded string. |
Previous topic WebClient component Next topic Internal data sources