Remove trash characters from C#: XML UTF8 encoding/streaming

It's a simple code in c# check this below.





 XmlTextWriter _xml = new XmlTextWriter(_Stream, new UTF8Encoding(false));

7 comments: