System.Net.HttpUtility.UrlDecode C# (CSharp) Метод

UrlDecode() публичный статический Метод

public static UrlDecode ( string s ) : string
s string
Результат string
		public static string UrlDecode (string s)
		{
			return UrlDecode (s, null);
		}

Same methods

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