I need to convert an integer number to the hex value. It will look like this:
0x0201cb77192c851c
When I do
string hex = int
string hex = "0x" + int.ToString("x16")