Base64-decodes the given byte array.
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);
Utils Class | Atom.Utils Namespace