Contents tagged with Visual Basic
-
VB.NET Hexadecimal to Floating Point / Single (IEEE 754)
A post just came across the forum I frequent regarding Hexadecimal to Floating Point conversion. Strangely there appears to be no direct way to do this in .NET, and the solutions I found were pretty lame and tedious… so it became my mission to get it done the .NET way, and here is the result: