inString | String String to URL-encode. |
value | String Result from URL-encoding inString. If inString contained non-alphanumeric characters (except -_.*@), they will appear in value as their URL-encoded equivalents (% followed by a two-digit hex code). If inString contained spaces, they will appear in value as plus (+) signs. |