HttpUtility.UrlDecode
HttpUtility.UrlEncode
HttpContext.Current.Request.Cookies["UserCode"].Value

HttpContext.Current.Response.Cookies["UserCode"].Value = HttpUtility.UrlEncode(value)
05-07 10:33