C# equivalent of UnEscape funciton
In Javascript, I passed the value of FCKEditor to wbservice and stored it into database. However, the display of this value is through C#. Therefore I need to use Unescape from c# to display the value.
The following article provides a detailed method to do this work.
http://kseesharp.blogspot.com/2008/01/c-equivalent-of-javascript-escape.html
The following article provides a detailed method to do this work.
http://kseesharp.blogspot.com/2008/01/c-equivalent-of-javascript-escape.html
Comments
Post a Comment