永发信息网

binarystream与string怎样才能互相转换正确?

答案:2  悬赏:80  手机版
解决时间 2022-01-01 09:58
  • 提问者网友:活着好累
  • 2021-12-31 11:06
BinaryStream bs = new BinaryStream();

bs.Write(129);

byte[] outV = bs.GetWriteBuffer();
string sz = System.Text.Encoding.UTF8.GetString(bs.GetWriteBuffer());
byte[] by = System.Text.Encoding.UTF8.GetBytes(sz);
/////////////////////
为什么outV里的数据是[129,0,0,0]到by里就乱了??
最佳答案
  • 五星知识达人网友:污到你湿
  • 2021-12-31 12:04
:stream为字符串数据时,转为string会正常显示,否则不行。但string都可以转为stream。
全部回答
  • 1楼网友:骨子里都是戏
  • 2021-12-31 13:28
the input stream is not a valid binary format 输入流不是一个有效的二进制格式 the input stream is not a valid binary format 输入流不是一个有效的二进制格式
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯