摘要:
System.Text.UTF8Encoding UTF8 = new UTF8Encoding(); byte[] bytes =UTF8.GetBytes("ABCD一二三四");string str = UTF8.GetString(bytes, 0, bytes.Length);注意:不能这样使用:UTF8.GetString(bytes),这个方法在SilverLight中是Protected的,编译失败 阅读全文
posted @ 2011-04-29 15:09
lzhm
阅读(370)
评论(1)
推荐(0)

浙公网安备 33010602011771号