Unicode Controls & Classes for VB6 - Version 4

clsBase64.EncodeB64 Method

Encodes an array of bytes and returns the result to aDataOut

Syntax
Public Sub EncodeB64 (ByRef aDataIn As Byte(), _
ByRef aDataOut As Byte())
Parameters
Parameter Description
ByRef aDataIn As Byte() The source byte array to be encoded
ByRef aDataOut As Byte() The destination array (this will be auto sized)
Remarks