I need to find a way to intervene in the way ASP.NET MVC default model binder binds Double values in order to make it to understand that 3.000,00 (or 3,000.00, depending on the culture) is a valid number.I need to find a way to intervene in the way AS