byte[]和string相互转换

//string转换为byte[]
byte[] file = Convert.FromBase64String(string数据);

//byte[]转换为string
Convert.ToBase64String(byte[])
posted @ 2015-05-07 17:26  Tz__C  阅读(1519)  评论(0编辑  收藏  举报