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.
eglx.http
static function convertFromURLEncoded(urlEncoded string in) returns (string);
HTTPLib.convertFromURLEncoded is the complement of the HTTPLib.convertToURLEncoded function.