HttpServerUtilityBase::UrlTokenDecode Method (String^)

 

When overridden in a derived class, decodes a URL string token into an equivalent byte array by using base64-encoded digits.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual array<unsigned char>^ UrlTokenDecode(
	String^ input
)

Parameters

input
Type: System::String^

The URL string token to decode.

Return Value

Type: array<System::Byte>^

The byte array that contains the decoded URL token.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: