Script Packager Object Model Reference

IUtilityFunctions.UrlDecode Method 

Converts a string that has been encoded for transmission in a URL into a decoded string.

string UrlDecode(
   string Val
);

Parameters

Val
A URL-encoded string to decode

Return Value

A decoded string.

See Also

IUtilityFunctions Interface | Intelligence.FuncLibs.Http.Utility Namespace