Unit 'LazLogger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#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.4 Generated 2025-11-08 Home