Script Packager Object Model Reference

IUtilityFunctions.UrlEncode Method 

Converts a text string into a URL-encoded string.

string UrlEncode(
   string Val
);

Parameters

Val
The text to URL-encode

Return Value

A URL-encoded string

See Also

IUtilityFunctions Interface | Intelligence.FuncLibs.Http.Utility Namespace