-1

Can anyone help me in providing the source code for the below post.

Displaying Raw Data From Image File Using TextBox or RichTextBox?

I just want the Notepad++ Content in the above post to be displayed in a richtextbox.

Thanks in Advance.

Community
  • 1
  • 1
Bharani
  • 97
  • 11

1 Answers1

0
string data = System.Text.Encoding.ASCII.GetString(bytes);
richTextBox.Text = data;
Mau5
  • 54
  • 6