Table of Contents

Method Base64Decode

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Base64Decode(string?)

Converts string with data that is encoded with base-64 digits to the plain text string.

public static string Base64Decode(string? base64EncodedData)

Parameters

base64EncodedData string

String with data, encoded with base-64 digits.

Returns

string

Plain text string.