Float to []byte
807580Sep 9 2009 — edited Sep 10 2009If I have this float (6.061.970.311.763.627), how to do for get an array of byte from this float (0x158954731256AB)?
There is not problem if it is a String ("158954731256AB") or two integer (0x00158954 0x731256AB).