会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
至真
博客园
首页
新随笔
联系
订阅
管理
2016年12月16日
字符串string 、byte[]、MemoryStream、Base64String的相互转换
摘要: 1.字符串转比特数组 (1)byte[] bt=System.Text.Encoding.Default.GetBytes("字符串"); (2)byte[] bt=Convert.FromBase64String("字符串"); 2.字符串转流 (1)MemoryStream ms=new Mem
阅读全文
posted @ 2016-12-16 14:12 至真
阅读(5891)
评论(1)
推荐(1)
编辑
公告