public static float ParseFloat(string s) { return(float.Parse(Ultilities.PadraoAmericano(s), System.Globalization.CultureInfo.InvariantCulture)); }