EncodeUri
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light

EncodeUri

  • Dark
    Light

Article summary

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


Was this article helpful?