All C# extension methods for type decimal
-
Divide decimal currency evenly
Division where reminder is redistributed among results so that average delta is minimal.
-
ToUIString
Converts a decimal to a string using the current UI culture
-
IsEqualMoney
Compares two money (decimal) variables ignoring differences above 0.01. Useful for comparing two calculated decimals. 73,414.IsEqualMoney(73,41) returns true.
-
RemoveTraillingZeros
Remove trailling zeros from a decimal value
-
timeToDecimal
Convert string time(hh:mm) in decimal