My website has a form with a number input that takes decimal numbers. This is sent back to the controller in a viewmodel. When validation passes, the viewmodel is converted to an entity like this:...quotation.WidthMeters = model.WidthMeters.
...So here is...