Base64 转换 %2B 变 空格 解决

 

//此方法转换会转换出错
deString.ServerUrlDecode().Replace(" ", "+")
//换此方法完美解决
HttpUtility.UrlDecode(deString.ToString(),Encoding.UTF8)

  

posted @ 2015-10-31 20:20  sifo  阅读(1582)  评论(0编辑  收藏  举报