在C#中将任意数值类型数据与字节数组相互转换的一个方法及源代码

时间:2012-05-25 10:56:39
【文件属性】:

文件名称:在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)

网友评论

  • 太简单了,不是任意类型数据的转换
  • 很简单,入门级适用,大侠路过,代码只能借鉴下思想
  • 很不错,很有用,正好需要
  • 这个确实有用,开发能用到!