Method Base64Encode
Base64Encode(string?)
Converts string to its equivalent string representation that is encoded with base-64 digits.
public static string Base64Encode(string? plainText)
Parameters
plainText
stringPlain text string to convert.
Returns
- string
The string representation, in base 64, of the source string.