博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年2月18日

摘要: 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)