URL decodes a string and returns the output in a string.
[Visual Basic] Overloads Public Function UrlDecode( _ ByVal s As String _ ) As String [C#] public string UrlDecode( string s ); [C++] public: String* UrlDecode( String* s ); [JScript] public function UrlDecode( s : String ) : String;
The URL decoded text.
HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace | HttpServerUtility.UrlDecode Overload List