c# get binary array from int

79

c# get binary array from int -

byte[] bytes = BitConverter.GetBytes(i);

Comments

Submit
0 Comments