Atom.NET documentation

Utils.Base64Decode Method

Base64-decodes the given byte array.

Overload List

Base64-decodes the given byte array.

public static byte[] Base64Decode(char[]);

Base64-decodes the given byte array from the given offset to "len" number of bytes.

public static byte[] Base64Decode(char[],int,int);

Base64-decodes the given String.

public static byte[] Base64Decode(string);

See Also

Utils Class | Atom.Utils Namespace