[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: mseformatstr.pas line 296
function intvaluetostr( |
const value: Integer; |
const base: numbasety = nb_dec; |
const bitcount: Integer = 32 |
):string; overload; |
const value: Int64; |
const base: numbasety = nb_dec; |
const bitcount: Integer = 64 |
):string; overload; |