CFLStreamToBase64String Procedure

  • 2 minutes to read

Codeunit CFL Base64 Convert

Converts an InStream to a Base64 encoded string.

Signature

CFLStreamToBase64String(Value: InStream) ReturnValue: Text

Parameters

Value InStream

The InStream containing the data to encode.

Returns

Text

The Base64 encoded string.