2
Reply

urgent! please help me!

Ask a question
fiona zhang

fiona zhang

18y
4.3k
1
hello to all
       i know int convert to binary,but i don't know binary convert to int.
      for example:
            string ss = Convert.ToInt32("1010", 2).ToString();
            MessageBox.Show(ss);
      please told me ,how to convert to binary...
     thanks.

Answers (2)