Table of Contents

Method Base64Encode

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

Base64Encode(string?)

Converts string to its equivalent string representation that is encoded with base-64 digits.

public static string Base64Encode(string? plainText)

Parameters

plainText string

Plain text string to convert.

Returns

string

The string representation, in base 64, of the source string.