Hi,
I want to get from this 10cdc4d4a948 (hex) to this 18475956611400 (long).
Tried using below:
data = bc.HexToBytes ("10cdc4d4a948")
longID = bc.LongsFromBytes (data)
The longs from bytes array is zero, any suggestions?
Should actually be working, used it the other way around: long to bytes hexfrombytes. Missing something?
I want to get from this 10cdc4d4a948 (hex) to this 18475956611400 (long).
Tried using below:
data = bc.HexToBytes ("10cdc4d4a948")
longID = bc.LongsFromBytes (data)
The longs from bytes array is zero, any suggestions?
Should actually be working, used it the other way around: long to bytes hexfrombytes. Missing something?