Are the any functions in C# that handle escape/unescape like JavaScript?
I have a JSON string like this:
{\"Feeds\":[{\"Url\":\"www.test.com\",\"FeedTy
Aw man, why do we over-think stuff so much sometimes. When an API function is being silly, send a karma cuss at the library developer, then work-around it...
HttpUtility.UrlEncode(editext, System.Text.Encoding.Default).Replace("+","%20");