/ Published in: C#
Expand |
Embed | Plain Text
string safeXmlString = System.Security.SecurityElement.Escape(string str);
You need to login to post a comment.
Anthony on 08/22/08
3 people have marked this snippet as a favorite
string safeXmlString = System.Security.SecurityElement.Escape(string str);
You need to login to post a comment.