Is there any command to convert file data into hex format??

+1 vote
asked Aug 31, 2017 by anonymous

1 Answer

0 votes

This isn't a function built into MultiChain, but there are many ways to convert a file to hex format, depending on the system you're using. For example on Linux you can use: xxd -p -c 9999999

answered Sep 1, 2017 by MultiChain
...