HTTPLib.convertFromURLEncoded

HTTPLib.convertFromURLEncoded returns a version of a Universe Resource Locator (URL) that is decoded; for example, the returned string has a space rather than the following characters: %20.

Package

eglx.http

Syntax
static function convertFromURLEncoded(urlEncoded string in) returns (string);
urlEncoded
The URL.
Example use

Comments
You might use this function if a REST service returned a URL and you wanted to process the value of a query parameter.

HTTPLib.convertFromURLEncoded is the complement of the HTTPLib.convertToURLEncoded function.

Compatibility

Table 1. Compatibility
Target Issue
Java No issues.
JavaScript No issues.