Convert a URL to encoded text
Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Unicode String | The resulting encoded URL |
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 ; , / ? : @ & = + $ - _ . ! ~ * ' ( ) #
Febuary 18 V14SP2