想实现一个功能,代码如下:
string strInput = textBoxInput.Text;
byte[] b = Encoding.Default.GetBytes(strInput);
但是wp7中没有default属性,要实现那个功能要怎么办?
我试过了普通的转换发现行不通
应该有的,看看这里的代码:windows phone 7解析json