SyntaxFix
Write A Post
Hire A Developer
Questions
To add to Sonz's answer above, following worked for us.
//Instead of XmlString.Replace("�", "[0x00]"); // use this XmlString.Replace("\x00", "[0x00]");