System::Security::Cryptography::ToBase64Transform::TransformBlock method

ToBase64Transform::TransformBlock method

Processes block of data and copies data to output array.

int32_t System::Security::Cryptography::ToBase64Transform::TransformBlock(System::ArrayPtr<uint8_t> inputBuffer, int32_t inputOffset, int32_t inputCount, System::ArrayPtr<uint8_t> outputBuffer, int32_t outputOffset)
ParameterTypeDescription
inputBufferSystem::ArrayPtr<uint8_t>Buffer to read data from.
inputOffsetint32_tInput buffer offset.
inputCountint32_tNumber of bytes to process.
outputBufferSystem::ArrayPtr<uint8_t>Output buffer to copy data into; nullptr to do no copying.
outputOffsetint32_tOutput buffer offset.

ReturnValue

Number of bytes written.

See Also