Click or drag to resize

MoneyRoundToUnit Method

Overload List
  NameDescription
Public methodRoundToUnit(Decimal, CurrencyRoundingMethod)
Public methodRoundToUnit(Decimal, Decimal, CurrencyRoundingMethod)
Rounds values to nearest currency unit, i.e 16,45 kr. rounded up if the smallest coin is 10 kr will give 20 kr. or if the smallest coin is 24 aurar(0,25 kr.) then if rounded up it will give 16,50 kr.
Top
See Also