In .NET if I do something like:
string temp = Request.QueryString["myKey"];
is the value in temp already URL decoded?
Yes, it is.