Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get binary array from int

byte[] bytes = BitConverter.GetBytes(i);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #binary #array #int
ADD COMMENT
Topic
Name
7+5 =