본문 바로가기
프로그래밍/C#

C# long (Int64) to bits

by neive 2016. 12. 5.
728x90
Convert.ToString(someInt64, 2);
Convert.ToUInt64("101010", 2);


728x90

댓글