CTString::IntToHex
Syntax
CTString IntToHex(const NINT value, const NINT digits)
Parameters
Description
Converts a number into a string containing the number’s hexadecimal (base 16) representation.
Return
IntToHex() returns a CTString object with the hexadecimal representation of value.
See also
ToInt()