converti-integer-binary-in-c-sharp

int value = 8;
string binary = Convert.ToString(value, 2);
Combative Constrictor