文件名称:在C#中将任意数值类型数据与字节数组相互转换的一个方法及源代码
文件大小:60KB
文件格式:RAR
更新时间:2012-05-25 10:56:39
数值类型转字节数组 字节数组转数值类型 C# 字节数组转换
using System.IO; …… float f1 = 1.1F MemoryStream s = new MemoryStream(); BinaryWriter w=new BinaryWriter(s );
【文件预览】:
testSerial
----二进制数组与数值类型的相互转换.pdf(43KB)
----testSerial.sln(919B)
----testSerial()
--------Form1.cs(996B)
--------bin()
--------obj()
--------Properties()
--------Program.cs(391B)
--------Form1.Designer.cs(2KB)
--------testSerial.csproj(3KB)
--------Form1.resx(6KB)
----testSerial.suo(16KB)