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