I have this binary string
string binary = "10101010";
(8 bit) and I want to have the same number as a a decimal.
I don't know lot of functions in c# and I think It's will be much faster to ask It here.
Here the result in decimal of "10101010" is 170, do you know a function in c# that could help me do it?