Read float values from file, c# -


i have binary file created using android. using c# application read file. want read floating point values written in file. rest of other values int, char etc succesfully read it.

i used readint64() , not returning correct value...

please use readsingle(). read floating point values binary file.


Comments