Compatible Unicode Intrinsic Functions - UrlEncode Method

Convert a URL to encoded text

Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Unicode String

The 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