How would you dynamically update unit of measurement? #952
Unanswered
RostumAhady
asked this question in
Q&A
Replies: 1 comment
-
@RostumAhady Hi, there is no such functionality in the library today. Humanizer is good at this for things like relative time ("5 minutes ago"), so at first glance I would agree it sounds useful to add similar functionality to Units.NET. However, I'm not sure how to implement this in a way that works for most people:
Do you have an idea for how you would like the breakpoints to work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a project involved with recipes. So there's lots of different units used. One thing I'd like to do is dynamically display a larger unit of measurement when a user is increasing serving size, without hard coding the breakpoints for every specific unit of measurement (example, 1000g to 1kg). Does something like this exist in UnitsNet already?
Beta Was this translation helpful? Give feedback.
All reactions