If we declare padding as const decimal, the padding is not working.
mymoney = 1.2 and your money = 1.20, how can this behavior be explained?
class Progra
If I'm not mistaken the complier isn't doing the addition with the constant decimal because it is zero.
Will post proof shortly.
Proof shown by Jon Skeet answer above.