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