FromBase64Transform: TransformBlock

TransformBlock

Transforms a block of data from a base-64 encoding to plain text.



 Public Function TransformBlock(
	  ByRef InputBuffer ( ) As Byte,
	  ByVal InputOffset As Long,
	  ByVal InputCount As Long,
	  ByRef OutputBuffer ( ) As Byte,
	  ByVal OutputOffset As Long ) As Long

Parameters

InputBuffer
[ByRef] Byte. The data to be transformed.
InputOffset
[ByVal] Long. The starting position in the array to begin transforming.
InputCount
[ByVal] Long. The number of bytes to be transformed.
OutputBuffer
[ByRef] Byte. The array to place the transformed data in.
OutputOffset
[ByVal] Long. The starting position to begin placing the output data.

Return Values

Long -  The number of bytes transformed.

See Also

Project CorLib Overview

Class FromBase64Transform Overview