Base64Decoder()
Syntax
Base64Decoder(InputBuffer, InputLength, OutputBuffer, OutputLength)Description
Decodes the specified Base64 encoded buffer. The output buffer can be up to 33% smaller than the input buffer, with a minimum size of 64 bytes. It's recommended to get a slighty larger buffer, like 30% to avoid overflow. Base64Encoder() can be used to encode data in Base64 format.
Supported OS
Windows, Linux, MacOS X