Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 389 Bytes

File metadata and controls

8 lines (5 loc) · 389 Bytes

DataTypeConverter

This converter essentially does reinterpret casting between types. So, the actual binary value stored in memory does not change, but the bits are interpeted as float, int, hex, etc.

I will also be adding other functionality as needed: unix time conversion, ascii conversion, etc.

To use it, simply visit http://jlschrag.github.com/DataTypeConverter/