Konwertuj-Integer-to-Binary-in-Sharp

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