Ext.EncodeURL( urlString )

Description

Converts special characters in the urlString to hex format. For example, & is converted to %26. To convert hex-encoded sequences to ASCII equivalents, use Ext.UnencodeURL( urlString ).

Argument

urlString

Use this argument to provide a string to encode to hex format.

Return Values

The URL-encoded version of the string urlString.

Related Topics

Extension Functions