Base64

Base64


Class module that contains the methods that do Base64 coding and decoding

Class Diagram

Base64

Public:

Constants:

NameDescription
base64 Encodes a string to be base-64 encoded (BSTR type).  
base64 Decodes a base-64 encoded string (BSTR type).  

Private:

Properties:

NameDescription
CharCounter 
cOut 
dataLength 
groupBegin 
i 
nGroup 
nGroup 
numDataBytes 
pOut 
pOut 
sGroup 
sGroup 
sOut 
sOut 
thisChar 
thisData 

Methods:

NameDescription
MyASC