Atom.NET documentation

Utils.Base64Encode Method

Base64-encodes the given byte array.

Overload List

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);

See Also

Utils Class | Atom.Utils Namespace