NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpServerUtility.UrlDecode (String, TextWriter)

URL decodes a string and returns the output as a TextWriter output stream.

[Visual Basic]
Overloads Public Sub UrlDecode( _
   ByVal s As String, _
   ByVal output As TextWriter _
)
[C#]
public void UrlDecode(
   string s,
   TextWriter output
);
[C++]
public: void UrlDecode(
   String* s,
   TextWriter* output
);
[JScript]
public function UrlDecode(
   s : String,
   output : TextWriter
);

Parameters

s
The string to decode.
output
[To be supplied.]

See Also

HttpServerUtility Class | HttpServerUtility Members | System.Web Namespace | HttpServerUtility.UrlDecode Overload List