16.05.2019, 08:25
(16.05.2019, 07:51)admin Wrote: Can you post an example of your data? Do you have binary representation of an integer encoded using base64? Does it have fixed length?
I get data from an https.request, no fixed length. For example:
decimal 1 --> the data I get from the request (base64): AQ==
Now I want to decode back to decimal or HEX