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