Base64UrlEncoder.DecodeBytes(String) Method

Definition

Converts the specified string, base-64-url encoded to utf8 bytes.

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

Parameters

str
String

base64Url encoded string.

Returns

Byte[]

UTF8 bytes.

Applies to