Base64UrlTextEncoder.Decode(String) Method

Definition

Decodes supplied string by replacing the non-URL encodable characters with URL encodable characters and then decodes the Base64 string.

public:
 static cli::array <System::Byte> ^ Decode(System::String ^ text);
public static byte[] Decode (string text);
static member Decode : string -> byte[]
Public Shared Function Decode (text As String) As Byte()

Parameters

text
String

The string to be decoded.

Returns

Byte[]

The decoded data.

Applies to