Integration Cloud 7.0.0 | 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.