Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
Elevate Web Builder Technical Support
»
Product Manuals
»
Elevate Web Builder 3 Manual
»
Function and Procedure Reference
»
IntToHex
IntToHex
Unit:
Internal
Available In:
Client and Server Applications
function IntToHex(Value: Integer; Digits: Integer): String
The
IntToHex
function returns a formatted hexadecimal string for the Integer input parameter. The Digits input parameter indicates the minimum length of the String return value.
Examples
X := IntToHex(1052); // X is '041C'
More Support Options
Support Forums
Frequently Asked Questions
Technical Bulletins
Technical Articles
Incident Reports
Roadmap