String Intrinsic Functions - UrlEncode Method

Convert a URL to encoded text

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)Unicode StringThe resulting encoded URL

Details

The UrlEncode method converts certain characters in a string to escape characters representing the UTF-8 encoding of the character.
 
All characters are converted except for
 
   A-Z a-z 0-9 ; , / ? : @ & = + $ - _ . ! ~ * ' ( ) #
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2