On Mon, Sep 19, 2022 at 08:11 PM, thepeete wrote:
the string received makes sense, but whatever is output by __bid64_from_string
gives me monstrosity like 3584865303386914816 (in Hex: 0x31C0000000000000)
Not to mention, how exactly are you outputting the contents? After all, it is a binary encoding so looking at the hex or casting it to some other type doesn't make a lot of sense. In other words, wouldn't you want to use __bid64_to_string
in order to output the actual value in a human readable format instead?