Ejemplo n.º 1
0
        float CreateFloat(char[] chars)
        {
            var bytes = BinaryConverter.CharsToBytes(chars);

            return(BitConverter.ToSingle(bytes, 0));
        }