Convert Delphi bytes to hexadecimal (HEX) representation

From , 3 Years ago, written in Delphi (Object Pascal), viewed 204 times.
URL https://pastebin.vip/view/02c27682
  1. function ByteToHex(const B: Byte): string;
  2. begin
  3.   Result := SysUtils.IntToHex(B, 2 * SizeOf(B));
  4. end;

Reply to "Convert Delphi bytes to hexadecimal (HEX) representation"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website