converter-se-integer-para-binário em c-sharp

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