[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'LazLogger' (#lazutils)

dbghex

Generates a message with the hexadecimal representation for the specified Int64 value.

Declaration

Source position: LazLoggerIntf.inc line 111

function dbghex(

  i: Int64

):string; overload;

Arguments

i

  

Int64 value converted in the routine.

Function result

String with the hexadecimal representation for the specified value.