Posts by Guilherme Bueno • 1 point
1 post
- 
		0 votes0 answers59 viewsQ: How to convert an array of bytes of a text into English without replacing the accented letters with special characters in c#?I have the following code snippet string xmlText = Encoding.UTF8.GetString(relFinalProj.XmlAnexo.MidAnexo); where the "relFinalProj.XmlAnexo.Midattachment" is an array of bytes. When encoding all…