System.Net.HttpUtility.UrlDecode C# (CSharp) Method

UrlDecode() public static method

public static UrlDecode ( string s ) : string
s string
return string
		public static string UrlDecode (string s)
		{
			return UrlDecode (s, null);
		}

Same methods

HttpUtility::UrlDecode ( string s, Encoding e ) : string