Unicode Controls & Classes for VB6 - Version 4

clsBase64.DecodeB64 Method

Decodes previously encoded data returning a byte array

Syntax
Public Sub DecodeB64 (ByRef aDataIn As Byte(), _
ByRef aDataOut As Byte())
Parameters
Parameter Description
ByRef aDataIn As Byte() The source byte array (containing B64 bytes)
ByRef aDataOut As Byte() The destination byte array (auto sized)
Remarks