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

intvaluetostr

Declaration

Source position: mseformatstr.pas line 296

function intvaluetostr(

  const value: Integer;

  const base: numbasety = nb_dec;

  const bitcount: Integer = 32

):string; overload;

function intvaluetostr(

  const value: Int64;

  const base: numbasety = nb_dec;

  const bitcount: Integer = 64

):string; overload;


Documentation generated on: 2021-05-13