Description
Converts a string to its escaped/encoded representation.
Signature
EscapeDataString('inputstring')
Example
EscapeDataString('Bruce Wayne') returns 'Bruce%20Wayne'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
Notes: