octet string

P

palmis

Hi,
I have a problem. I have an Octet String "00101101". How can I convert
it into byte 00101101?
Thanks.
 
G

Gordon Beaton

I have a problem. I have an Octet String "00101101". How can I
convert it into byte 00101101?

String s = "00101101";
byte b = Byte.parseByte(s,2);

/gordon
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top