Hex String to INT32 - Little Endian (DCBA Format) Javascript
问题 Implementing something based on a pathetic documentation without no info nothing. The example is just this (7F02AAF7)H => (F7AA027F)H = -139853185 Let's say even if I convert 7F02AAF7 to F7AA027F , then still the output via 'parseInt('F7AA027F', 16)' is different from what I am expecting. I did some google search and found this website http://www.scadacore.com/field-tools/programming-calculators/online-hex-converter/ Here when you input 7F02AAF7 then it is processed to wanted number under