CFLTempBlobToBase64String Procedure

  • 2 minutes to read

Codeunit CFL Base64 Convert

Converts the contents of a Temp Blob to a Base64 encoded string.

Signature

CFLTempBlobToBase64String(var tempBlob: codeunit "Temp Blob") Base64String: text

Parameters

var tempBlob codeunit "Temp Blob"

The Temp Blob containing the data to encode.

Returns

text

The Base64 encoded string representation of the Temp Blob data.