CFLFromBase64StringToStream Procedure

  • 2 minutes to read

Codeunit CFL Base64 Convert

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.