c# console write binary

45

c# console write binary -

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

Comments

Submit
0 Comments