Share via


Base64Url.DecodeString(String) Method

Definition

Converts a Base64URL encoded string to a string

public static string DecodeString (string encoded);
static member DecodeString : string -> string
Public Shared Function DecodeString (encoded As String) As String

Parameters

encoded
String

The Base64Url encoded string containing UTF8 bytes for a string

Returns

The string represented by the Base64URL encoded string

Applies to