Possible Duplicate:
Converting hexadecimal to float in javascript
I am trying to parse Hex Value which is actually a hex representation of c++ double value. I tried lot of things to convert/parse to double in java script but failed.
Please help and share the way to do this.