IntToHexFast

<< Click to Display Table of Contents >>

Navigation:  Functions >

IntToHexFast

SIGNATURE=IW.Common.Strings.IntToHexFast@Integer@Integer

 

ETYPE=Function

 

Declaration:

Delphi:

function IntToHexFast(Value: Integer; Digits: Integer): string;

C++:

String IntToHexFast(int Value, int Digits);

 

Unit: IW.Common.Strings.pas

 

Description: 5x faster than RTL's from 0 to MaxInt,

 

Parameters:

 

•Value: Integer

 

•Digits: Integer

 

Result(string):