Base64UrlEncoder.Decode(String) Method

Definition

Decodes the string from Base64UrlEncoded to UTF8.

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

Parameters

arg
String

string to decode.

Returns

UTF8 string.

Applies to