[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'mseformatstr' (#msegui)

encodebase64

Declaration

Source position: mseformatstr.pas line 459

function encodebase64(

  const abinary: string;

  const maxlinelength: Integer = defaultbase64linelength

):string; overload;

function encodebase64(

  const abinary: pbyte;

  acount: Integer;

  const maxlinelength: Integer = defaultbase64linelength

):string; overload;


Documentation generated on: 2021-05-13