Hello, I'm looking for help with a little problem I have
My question is how can I convert the text that contains a file.txt to binary and vice versa
I understand that using the BinaryWriter class I can convert text to binary in case with what I have more problem and it confuses me is when I want to return the binary numbers to text that contains a file.txt
for example in the file.txt entry "hello world"
when I convert it to binary it would be [][]|
So my question is how do I get these binary numbers back to text?
any advice?