FUNCTION GetChunkBase64( b1 AS BYTE, b2 AS BYTE, b3 AS BYTE, nPad AS LONG ) AS STRING
public static string GetChunkBase64( byte b1, byte b2, byte b3, int nPad )