1
Answer

unescaping

I'm grabbing text from the database, and they seemed to have escaped the text. For example, a double quote would become ". Is there a method in C# that will unescape all of these characters? Thanks.

Answers (1)