XmlTextWriter Allows Illegal Unicode Characters

132 Views Asked by At

XmlTextWriter allows 0x15 and 0x1A. Does anyone know how to get around this? If I serialize a string of XML containing the mentioned illegal characters XmlTextWriter allows this with no exceptions. Does anyone have a work around for this?

0

There are 0 best solutions below