HttpServerUtilityWrapper.UrlTokenDecode(String) Method

Definition

Decodes a URL string token into an equivalent byte array by using base64 digits.

public:
 override cli::array <System::Byte> ^ UrlTokenDecode(System::String ^ input);
public override byte[] UrlTokenDecode (string input);
override this.UrlTokenDecode : string -> byte[]
Public Overrides Function UrlTokenDecode (input As String) As Byte()

Parameters

input
String

The URL string token to decode.

Returns

Byte[]

The byte array that contains the decoded URL string token.

Exceptions

The value of the input parameter is null.

Applies to