This binder helps the usage of hungarian decimals by replacing dots with commas.
Usage:
In Global.asax.cs file add the following line at the end of the Application_Start method: ModelBinders.Binders.Add(typeof(decimal), new DecimalModelBinder());
This binder helps the usage of hungarian decimals by replacing dots with commas.
Usage:
In Global.asax.cs file add the following line at the end of the Application_Start method: ModelBinders.Binders.Add(typeof(decimal), new DecimalModelBinder());