Description
Converts a URI string to its escaped/encoded representation.
Signature
EscapeUriString('url')
Example
EscapeUriString('https://batmans batcave.crm4.dynamics.com/secret identity')
returns https://batmans%20batcave.crm4.dynamics.com/secret%20identity
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| inputstring | xxxx | xxxx | xxxx |
