摘要:
public static string ConvertBytesToString(byte[] bytes, int datalen) { string msg = ""; for (int i = 0; i < datalen; i++) { int value = Convert.ToInt3 阅读全文
posted @ 2024-05-20 11:11
qiutian-hao
阅读(390)
评论(0)
推荐(0)
摘要:
public static byte[] ConvertStringToBytes(String str) { List<byte> listBytes = new List<byte>(); string[] hexValuesSplit = str.Trim().Split(' '); fore 阅读全文
posted @ 2024-05-20 11:10
qiutian-hao
阅读(112)
评论(0)
推荐(0)

浙公网安备 33010602011771号