Convert an integer value to a hexadecimal string. The returned string length is always xdigits long, prefixed by 0 digits. For example, IntToStringHex(0x23, 8) returns the string "00000023".
source not stored for this graph (policy: none)
no test coverage detected