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

dbghex

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

Declaration

Source position: LazLoggerIntf.inc line 111

function dbghex(

  i: Int64

):string; overload;

function dbghex(

  i: QWord

):string; overload;

Arguments

i

  

Numeric value converted to hexadecimal in the routine.

Function result

String with the hexadecimal representation for the specified value.

Arguments

i

  

Numeric value converted to hexadecimal in the routine.

Description

dbghex is an overloaded String function. The overloaded variants allow either an Int64 or a qword value to be specified in the i argument.


Version 4.0 Generated 2025-05-03 Home