Rounding
Math.round not rounding Hi,I have a grid in which the user can enter double values like "0,2". When I process this input in the code-behind the value is strangely enough parsing to 0,2000000000001 (using double.TryParse). I then try to use Math.round(value,2) to ...
Mehr Details