int整数和byte[]数组互相转换
摘要:
BitConverter.GetBytes(Parameter);//将指定的数据转换为字节数组。BitConverter.ToUInt32(buf, index);//返回由字节数组中指定位置的四个字节转换来的 32 位无符号整数。 阅读全文
posted @ 2004-08-26 16:11 b28 阅读(633) 评论(1) 推荐(0)
posted @ 2004-08-26 16:11 b28 阅读(633) 评论(1) 推荐(0)
posted @ 2004-08-26 01:00 b28 阅读(301) 评论(0) 推荐(0)
posted @ 2004-08-26 00:56 b28 阅读(234) 评论(0) 推荐(0)