EncodeUri
- 16 Apr 2024
- 1 Minute to read
- DarkLight
EncodeUri
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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?