Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Cloud | Built-In Services | Built-In Services | URLDecode
 
URLDecode
Decodes a URL-encoded string.
Input Parameters
inString
String URL-encoded string to decode.
Output Parameters
value
String Result from decoding inString. If inString contains plus (+) signs, they will appear in value as spaces. If inString contains %hex encoded characters, they will appear in value as the appropriate native character.