How do I parse a string with a decimal point to a double? October 4, 2022 by Tarik double.Parse("3.5", CultureInfo.InvariantCulture)