I am creating an MVC 5 web project that collects numerical data from the user. The majority of the fields are nullable decimals and I have a requirement to display them to various decimal places while maintaining the full precision when writing back to the database.I am creating an MVC 5 web project that collect