Base64UrlEncoder.DecodeBytes(String) Method

Definition

Converts the specified base64url encoded string to UTF-8 bytes.

public static byte[] DecodeBytes (string str);
static member DecodeBytes : string -> byte[]
Public Shared Function DecodeBytes (str As String) As Byte()

Parameters

str
String

The base64url encoded string.

Returns

Byte[]

The UTF-8 bytes.

Applies to