Replace invalid XML characters in text string
A string that does not contain invalid XML characters.
Certain Unicode code points are not allowed in the XML InfoSet, for details see: http://www.w3.org/TR/REC-xml/#charsets.
This method replaces any illegal characters in the input string with the mask string specified.
Transform Class | log4net.Util Namespace