Hi,
I must read/write Psion workabout files. (.ODB).
Ik can parse the file, but have some troubles with the floats/doubles.
I must convert floats from Hex to decimal and vice versa.
For example:
"00 00 00 00 00 00 f0 3f" = 1
"00 00 00 00 00 00 00 40" = 2
"00 00 00 00 00 00 08 40" = 3
"00 00 00 00 00 00 10 40" = 4
"00 00 00 00 00 00 11 40" = 4,25
"00 00 00 00 00 00 14 40" = 5
"00 00 00 00 00 00 19 40" = 6,25
etc.
How can I do this in C#?
Kind regards,
Karel Vandenhove