摘要:
About Convert.ToBase64String() 在使用Convert.ToBase64String()对字符串进行Base64编码时,注意的几点: 例:string s = "Hello"; byte[] bytes = Convert.FromBase64String(s); 以上代码在运行时会抛出FormatException异常.提示为:Ba... 阅读全文
posted @ 2008-02-18 14:37 懒人ABC 阅读(418) 评论(0) 推荐(0)
浙公网安备 33010602011771号