url_decode
Description:
[
Version ( replacement =
"URL.decode" ) ]
public void url_decode (
string part)
%-decodes the passed-in URL *in place*.
The decoded version is never longer than the encoded version, so there does not need to be any additional space at the end of the string.
Parameters: