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!

UrlEncoder.DecodeUrl

[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;

Parameters

s
[To be supplied.]

See Also

UrlEncoder Class | UrlEncoder Members | System.Web.Services.Protocols Namespace