I am trying to convert a big number(ex: 9407524828459565063) to Hexadecimal(ex: 828E3DFD00000000) in C#.
The problem is that the number is larger than Int64's max value.
i looked up everywhere and couldn't find a working solution.
Any help over here?
Thank you.