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-"Partn er w/ Deloitte & have
the oppty to become a Partner&quo t;"
and I want to have
"Siebel Analytics Sr Consultant- Partner w/ Deloitte & have the oppty to
become a Partner"
Thank You
to unescape HTML characters?
for example I have a string
"Siebel Analytics Sr Consultant-"Partn er w/ Deloitte & have
the oppty to become a Partner&quo t;"
and I want to have
"Siebel Analytics Sr Consultant- Partner w/ Deloitte & have the oppty to
become a Partner"
Thank You
Comment