Documentation Index

Fetch the complete documentation index at: https://help.mail-and-deploy.com/llms.txt

Use this file to discover all available pages before exploring further.

EncodeUri

Prev Next

General

The EncodeUri function takes a parameters and returns a String that contains a URI encoded representation of that parameter.

Syntax

The syntax of the EncodeUri function is:

EncodeUri Function Syntax

EncodeUri(<value>)

Examples

The following Expression returns a String that contains Hello+World:

EncodeUri Function Example

EncodeUri("Hello World")