convertFromURLEncoded()

The ServiceLib.convertFromURLEncoded() system function returns a string that represents a decoded Universal Resource Identifier (URI). The URI might identify a Web page or represent a resource that will be accessed by a REST service. For example, the returned string might have a space rather than the following combination: %20.

This function is the complement of ServiceLib.convertToURLEncoded().

Syntax

   output = ServiceLib.convertFromURLEncoded(URI STRING in)
output
The decoded string
URI
The valid URI

Feedback