How do you convert a string such as “01110100011001010111001101110100” to a byte array then used File.WriteAllBytes such that the exact binary string is the binary of the file. In this case it would be the the text “test”.
How do you convert a string such as 01110100011001010111001101110100 to a byte array then
Share
In case you don’t have this LINQ fetish, so common lately, you can try the normal way
LINQ is great but there must be some limits.