[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: mseformatstr.pas line 270
function hextostr( |
inp: LongWord; |
digits: Integer = 2 * sizeof(longword) |
):string; overload; |
inp: QWord; |
digits: Integer = 2 * sizeof(qword) |
):string; overload; |
const inp: pointer; |
digits: Integer = 2 * sizeof(pointer) |
):string; overload; |