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?
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?