I am looking for a way to convert epoch time in decimal
to hexadecimal
(for example: decimal = 1417502160098
and hexadecimal = 14a09b674e2
).
Loadrunner script is using hexadecimal value to get the latest image.
I am finding this difficult as there is no identifier in c to weight the decimal value of 13 digits.
Please let me know if any one has tried this in Loadrunner.