public class XmlFriendlyString
{
public static string MakeItXmlFriendly(string theString)
{
return System.Security.SecurityElement.Escape(theString);
}
}
List of all tools and techniques used on my day to day software development.
Comments
Post a Comment