Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • You should not be using a string. Explain what you are doing. Reading a file as a string and then converting to byte[] will get you wrong answer. try this byte[] bytes = Encoding.UTF8.GetBytes(metroTextBox2.Text); Commented May 30, 2015 at 10:49
  • Possible duplicate of stackoverflow.com/questions/16072709/… Commented May 30, 2015 at 10:57
  • Duplicate of stackoverflow.com/questions/10792315/… Commented May 30, 2015 at 11:00