Base64UrlEncoder.Decode(String) Method

Definition

Decodes the specified base64url encoded string to UTF-8.

public static string Decode (string arg);
static member Decode : string -> string
Public Shared Function Decode (arg As String) As String

Parameters

arg
String

The base64url encoded string to decode.

Returns

The UTF-8 decoded string.

Applies to