CFLFromBase64StringToStream Procedure
Decodes a Base64 encoded string and writes the binary data to an OutStream.
Signature
CFLFromBase64StringToStream(Value: Text; var ReturnValue: OutStream)
Parameters
Value Text
The Base64 encoded string to decode.
var ReturnValue OutStream
The OutStream to write the decoded data to.