When parsing numbers, especially decimal numbers, it's often a good idea to specify System.Globalization.CultureInfo.InvariantCulture
Thank you for sharing that! I will use it👍
I added InvariantCulture to the Double.Parse operation and that fixed it! Thank you for the instructions on that😁