NetWrok.HTTP.URL.Decode C# (CSharp) Method

Decode() public static method

public static Decode ( string s ) : string
s string
return string
        public static string Decode(string s)
        {
            return WWW.UnEscapeURL(s);
        }