Convert bit string to byte

  • Thread starter Thread starter Vitaly Zayko
  • Start date Start date
V

Vitaly Zayko

How to convert bit string to byte and vice versa? For example:
string bitstr = "11111111";
after conversion should get 0xFF
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top