I\'m getting the wrong number when converting bits to float in C#.
Let\'s use this bit number= 1065324597
number= 1065324597
In Java, if I want to co
i want to add on top of what jon skeet said, that also, for big float, if you don't want the "E+" output you should do:
intbits.ToString("N0");