inString | String URL-encoded string to decode. |
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. |