ToBase64Transform: InputBlockSize (get)

InputBlockSize

Returns the block size of data that is operated on at a time.



 Public Property Get InputBlockSize ( ) As Long

Return Values

Long -  The number of bytes operated on at a time.

Remarks

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.

See Also

Project CorLib Overview

Class ToBase64Transform Overview