G
Guest
In regular expressions, the Regex.Escape() and Regex.Unescape() methods convert between plain text and text with escape characters
My question is simple. In HTML <, & gt;, etc are escape characters that represent < and > respectively. Are there methods in .NET that convert between plain text and escaped text?
My question is simple. In HTML <, & gt;, etc are escape characters that represent < and > respectively. Are there methods in .NET that convert between plain text and escaped text?