|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to unescape HTML string?I have a simple question, is there an easy way in .NET
to unescape HTML characters? for example I have a string "Siebel Analytics Sr Consultant-&quot;Partner w/ Deloitte &amp; have the oppty to become a Partner&quot;" and I want to have "Siebel Analytics Sr Consultant- Partner w/ Deloitte & have the oppty to become a Partner" Thank You "Sebastian Mark" <REMOMEsa***@terian.net> wrote in message See System.Web.HttpUtility.HtmlDecode.news:u2IxgHkvGHA.1372@TK2MSFTNGP04.phx.gbl... >I have a simple question, is there an easy way in .NET > to unescape HTML characters? > for example I have a string > > "Siebel Analytics Sr Consultant-&quot;Partner w/ Deloitte &amp; > have the oppty to become a Partner&quot;" > > and I want to have > > "Siebel Analytics Sr Consultant- Partner w/ Deloitte & have the oppty to > become a Partner" -cd |
|||||||||||||||||||||||