ToBase64Transform: OutputBlockSize (get) |
Returns the block size of data that is returned from a transformation operation.
Public Property Get OutputBlockSize ( ) As Long
This always returns 4.
ToBase64Transform works on 24 bits at a time using standard Base 64 conversion methods. The resulting output is 32 bits of transformed data.
Read Only.