[To be supplied.]
[Visual Basic] Public Shared Function DecodeUrl( _ ByVal s As String _ ) As String [C#] public static string DecodeUrl( string s ); [C++] public: static String* DecodeUrl( String* s ); [JScript] public static function DecodeUrl( s : String ) : String;
UrlEncoder Class | UrlEncoder Members | System.Web.Services.Protocols Namespace