how to get binary of a number in c# code example Example: c# integer to bit string int value = 8; string binary = Convert.ToString(value, 2);