I've got a large text, containing a number as a binary value. e.g '123' would be '001100010011001000110011'. EDIT: should be 1111011
Now I want to convert it to the decimal system, but the number is too large for Int64
.
So, what I want: Convert a large binary string to decimal string.