标签:style blog color div sp log on c ef
//编码: byte[] bytes = Encoding.Default.GetBytes("要转换的字符"); string str = Convert.ToBase64String(bytes); //解码: byte[] outputb = Convert.FromBase64String(str); string orgStr = Encoding.Default.GetString(outputb);
标签:style blog color div sp log on c ef
原文地址:http://www.cnblogs.com/mengxingxinqing/p/3980197.html