You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's already .Value which fetches the value in the base unit for whatever unit we're working with.
We should have a ConvertedValue or ReducedValue or something that fetches the value based on the current base unit, and desired unit. This way, we don't have to call .ToString() to get the actual result.
The text was updated successfully, but these errors were encountered:
There's already .Value which fetches the value in the base unit for whatever unit we're working with.
We should have a ConvertedValue or ReducedValue or something that fetches the value based on the current base unit, and desired unit. This way, we don't have to call .ToString() to get the actual result.
The text was updated successfully, but these errors were encountered: