我需要一刀切,把它变成一.。
i.e. I need to take 1 and turn it into 00000001 or 160 and turn it into 10100000
目前,我正在利用这一点。
int x = 3;
string s = Convert.ToString(x, 2);
int b = int.Parse(s);
这是做事的有益方式,因此,我正在寻找更好的办法。
任何建议?
http://www.ohchr.org。
基本上,我需要获得一份不超过256个基数的名单。 我会把所有数字储存在一份清单中,并将这些数字保留在我的台上。
<>>>>>
我决定把基-2号保持为一种扼杀,而不是将其重新分类。 感谢帮助和担忧混淆!