Hi all,

There is a lot on the internet about converting a int to base 2 string, but I need to convert it back.

So I have a string:

"01010011100"
Do something here
answer: 668

I need to get the number 668 somehow.

Any ideas?