Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the unencoded version of an encoded component of a Uniform Resource Identifier (URI).
function decodeURIComponent(encodedURIString : String) : String
Remarks
The required encodedURIString argument is a value representing an encoded URI component.
Remarks
A URIComponent is part of a complete URI.
If the encodedURIString is not valid, a URIError occurs.