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