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

hextostr

Declaration

Source position: mseformatstr.pas line 270

function hextostr(

  inp: LongWord;

  digits: Integer = 2 * sizeof(longword)

):string; overload;

function hextostr(

  inp: QWord;

  digits: Integer = 2 * sizeof(qword)

):string; overload;

function hextostr(

  const inp: pointer;

  digits: Integer = 2 * sizeof(pointer)

):string; overload;


Documentation generated on: 2021-05-13