You could save yourself a bunch of manipulations if your built your binary data up front rather than building a string full of '1' and '0' characters and then having to convert it.
You could save yourself a bunch of manipulations if your built your binary data up front rather than building a string full of '1' and '0' characters and then having to convert it.
Bookmarks