Open sandrock opened 2 months ago
The DecimalModelBinder:
DecimalModelBinder
Helps resolve culture-specific nuances in decimal inputs. This object will play with decimal and group separators in numbers based on the user's culture. The unit tests explains what is happaning in here.
The unit tests show what it does.
This issue asks to refactor the algorithm out of the old ModelBinder pattern.
The
DecimalModelBinder
:The unit tests show what it does.
This issue asks to refactor the algorithm out of the old ModelBinder pattern.