Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.757 Beiträge
 
Delphi 10.4 Sydney
 
#3

Re: Konvertieren von Integer zu Byte als Hex

  Alt 11. Jan 2008, 18:08
Guten Abend,

gibt es denn nicht so etwas wie IntToHex?

Zitat von DelphiHilfe:
function IntToHex(Value: Integer; Digits: Integer): string; overload;
function IntToHex(Value: Int64; Digits: Integer): string; overload;

Description

IntToHex converts a number into a string containing the number's hexadecimal (base 16) representation. Value is the number to convert. Digits indicates the minimum number of hexadecimal digits to return.
Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat