I want to convert strings that repesent 64 bit signed integers to and from decimal and hexadecimal strings format. Note I don't need the data as a 64 bit integer (which is what searching google talks about) as I can do my maths by concatenating and slicing the hex string. The most significant 32 bits will always be FFFFFFFF.
Does anyone know of some functions available so I can avoid thinking?


Reply With Quote

