ToBase64Transform: InputBlockSize (get) |
Returns the block size of data that is operated on at a time.
Public Property Get InputBlockSize ( ) As Long
This always returns 3.
When calling the TransformBlock method, the InputCount must be zero or a multiple of this value.
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.