public static float ReadFloat(string section, string key) { return Convert.ToSingle(ReadString(section, key)); }