Unicode Controls & Classes for VB6 - Version 4
clsBase64
.Unspan Method
Removes NewLines chars from the B64 string, automatically called before decoding
Syntax
Public Sub Unspan (ByRef
aArrayIn
As Byte(), _
ByRef
aArrayOut
As Byte())
Parameters
Parameter
Description
ByRef
aArrayIn
As Byte()
The source B64 byte array
ByRef
aArrayOut
As Byte()
The destination B64 array (auto sized)
Remarks