Escape XML on Windows Mobile 6

44 views Asked by At

I know there's this:

var encoded = System.Security.SecurityElement.Escape(unencoded)

But System.Security namespace seems to be unavailable on Windows Mobile 6. Is there an equivalent approach that works on mobile devices?

0

There are 0 answers