ok...so..I have a file that has all binary floats in it...whatever that means..lol...I want that when I load it up into Vb.net that it will convert it into floating point variables. How do I do that?
Printable View
ok...so..I have a file that has all binary floats in it...whatever that means..lol...I want that when I load it up into Vb.net that it will convert it into floating point variables. How do I do that?
user the Binary Reader Class
If they are singles use the ReadSingle method if doubles use the readDouble method.
Could anybody give me an example?