SyntaxFix
Write A Post
Hire A Developer
Questions
int value = 3; var array = Convert.ToString(value, 2).PadLeft(8, '0').ToArray();