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")