Archive for september, 2016

Remove illegal characters from xml

If the exception ‘System.ArgumentException: hexadecimal value is an invalid character’ is raised while reading or writing xml make sure the xml contains no illegal characters You can strip these illegal characters with this method.

Read More