Base64-encodes the given byte array.
Base64-encodes the given byte array.
public static string Base64Encode(byte[]);
Base64-encodes the given byte array from the given offset to "len" number of bytes.
public static string Base64Encode(byte[],int,int);
Base64-encodes the given String.
public static string Base64Encode(string);
Utils Class | Atom.Utils Namespace