Solved
Forum Discussion
SpiroTaleski
2 years agoValued Contributor
Try below:
parseInt(<hex_data>,16).toString(2)
Just replace <hex_data> with the actual hexadecimal data.
Try below:
parseInt(<hex_data>,16).toString(2)
Just replace <hex_data> with the actual hexadecimal data.
Try below:
parseInt(<hex_data>,16).toString(2)
Just replace <hex_data> with the actual hexadecimal data.