c# - Windows Phone - Decode ASCII in string -


i have ascii encoding characters in string. this:

%7b%22video%22%3a%7b%22jsoninfo%22%3a%7b%22id%22%3a212096%2c%22title 

how can decode "normal" string? i've tried find answer find solutions byte[] of ascii characters , so. have idea can replace characters starts % character represents think there better aproach. , 1 more thing, solution must works windows phone. thanks

use httputility.urldecode(). example, string have given, result "{"video":{"jsoninfo":{"id":212096,"title"


Comments

Popular posts from this blog

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -