qie.urlEncode¶
Signature: qie.urlEncode(value)
Returns: String urlEncoded - an encoded value that can safely be used in a URL
Encodes the value to ensure that no invalid URL characters are present.
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| String | value | to be encoded |