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)

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;

Parameters

s
The text to decode.

Return Value

The URL decoded text.

See Also

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