> i am looking for something like:
> BitConvertor.ToFloat();
[quoted text clipped - 3 lines]
>
> how can i convert my byte array to float?
Using BitConverter.ToSingle. (float is just a shorthand for
System.Single.)

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
assaf - 24 Oct 2004 07:49 GMT
u man u.
> > i am looking for something like:
> > BitConvertor.ToFloat();
[quoted text clipped - 6 lines]
> Using BitConverter.ToSingle. (float is just a shorthand for
> System.Single.)