ToBase64Transform: OutputBlockSize (get)

OutputBlockSize

Returns the block size of data that is returned from a transformation operation.



 Public Property Get OutputBlockSize ( ) As Long

Return Values

Long -  The number of bytes that will result from a transformation.

Remarks

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.

See Also

Project CorLib Overview

Class ToBase64Transform Overview