//nwp.bits是一个byte数组(byte[])
Console.WriteLine("收到的数据为(16进制):"+string.Join("", nwp.bits.Select(t => t.ToString("X2")).ToArray()));
c# byte [] 转string:http://zhidao.baidu.com/question/464179446.html
C#实现转换十六进制:http://www.csharpwin.com/csharpspace/5141r7550.shtml
本文介绍了一种在C#中将byte数组转换为十六进制字符串的方法,并提供了具体的代码实现示例。此外,还给出了两个外部链接作为参考资料。
6850

被折叠的 条评论
为什么被折叠?



