Steve
7
Q:

int to binary string with 4 characters

Convert.ToString(3, 2).PadLeft(4, '0') // 0011
Convert.ToString(3, 2).PadLeft(8, '0') // 00000011
0

New to Communities?

Join the community