Util.URLDecode() Method

Removes internet URL encoding from a string

Syntax

Util.URLDecode(Escaped)

The method syntax has these parts:

Part Description
Escaped (String) Url-encoded (escaped) string
Return (String) decoded string

Remarks

Useful in Active Server Pages for recovering the original query string in a URL. The query string is the data following a '?' in a URL.