fiona zhang

fiona zhang

  • NA
  • 7
  • 0

urgent! please help me!

Apr 6 2006 2:47 AM
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)