T
tawright915
I want to convert a byte array to a string or text to write it out in a
multiline textbox. I've tried encoding, and converting but end up with
nothing in the textbox.
The strange thing is that it writes out fine to a text document using
StreamWriter.
So I have this tcp/ip app that receives everything into a byte array.
I then want to write out what it was that was passed to me, into a
multiline textbox.
Any ideas?
Thanks
Tom
multiline textbox. I've tried encoding, and converting but end up with
nothing in the textbox.
The strange thing is that it writes out fine to a text document using
StreamWriter.
So I have this tcp/ip app that receives everything into a byte array.
I then want to write out what it was that was passed to me, into a
multiline textbox.
Any ideas?
Thanks
Tom