Unicode Controls & Classes for VB6 - Version 4

clsBase64.DecodeB64f Function

Decodes previously encoded data returning a byte array

Syntax
Public Function DecodeB64f (ByRef aDataIn As Byte()) As Byte()
Parameters
Parameter Description
ByRef aDataIn As Byte() The source byte array
Remarks