Base64-decodes the given byte array from the given offset to "len" number of bytes.
[Visual Basic] Overloads Public Shared Function Base64Decode( _ ByVal array As Char(), _ ByVal offset As Integer, _ ByVal length As Integer _ ) As Byte()
[C#] public static byte[] Base64Decode( char[]array, intoffset, intlength );