URL decodes a URL string.
public static string UrlDecode(string str)
str
The string to be decoded.
The URL decoded string.