Solved
Forum Discussion
2 Replies
- SpiroTaleskiValued Contributor
Try below:
parseInt(<hex_data>,16).toString(2)
Just replace <hex_data> with the actual hexadecimal data.
- Parex122334New Contributor III
Thanks SpiroTaleski ,Its working.Thanks a lot !!