Math.Round()
will always return results according to mathematics rules.
For Example 0.124 will be rounded off to 0.12 if done for 2 places of decimal.
Can I make it to always give me next higher value, for example 0.124 Rounded off to 2 places of decimal should give 0.13 and likewise?