I was trying to understand an algorithm in this post here and it helped to visualize integers in binary format. A bit of Googling showed exactly how to do that:
Convert.ToString(value, 2);
Random programming things I'd want to remember
Convert.ToString(value, 2);
No comments:
Post a Comment