sandrock / SrkToolkit

Here goes another set of libraries to help out. Separated into a few assemblies to avoid loading too much stuff in your app.
Apache License 2.0
2 stars 3 forks source link

extract algorithm from DecimalModelBinder #31

Open sandrock opened 2 months ago

sandrock commented 2 months ago

The 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.