U uplingino New Member Oct 9, 2012 #1 I am trying to convert some characters (\t, \r, \n) to XML compatible "values". So '\t' should be \[code\] \[/code\] and \r\n would be \[code\] \[/code\]. I have tried using \[code\]HttpUtility.HtmlEncode()\[/code\], but without any success.
I am trying to convert some characters (\t, \r, \n) to XML compatible "values". So '\t' should be \[code\] \[/code\] and \r\n would be \[code\] \[/code\]. I have tried using \[code\]HttpUtility.HtmlEncode()\[/code\], but without any success.