Unit 'JPL.Conversion' Package
[Overview][Types][Procedures and functions][Index] [#pl_jplib]

Int64ToHexEx

Declaration

Source position: JPL.Conversion.pas line 42

function Int64ToHexEx(

  const Value: Int64;

  HexDigits: Integer = 2;

  HexPrefix: string = '$';

  bLowerCase: Boolean = True;

  BytesSeparator: string = '';

  TrimLeadingZeros: Boolean = False

):string;



CT Web help

CodeTyphon Studio