CFLFileToBase64String Procedure

  • 2 minutes to read

Codeunit CFL Base64 Convert

Converts the blob content of a CFL File record to a Base64 encoded string.

Signature

CFLFileToBase64String(var CFLFile: record "CFL Files") Base64String: text

Parameters

var CFLFile record "CFL Files"

The CFL Files record containing the blob to encode.

Returns

text

The Base64 encoded string representation of the file's blob data.