To reproduce: change the decimal separator to ",".
Please refer to the attached sample project and follow the steps from the attached gif file.
Workaround: change the CurrentCulture in your application in order to affect the decimal separator:
Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-GB");