I would like my masked to display 2.00
when I input 2
.
My current code is
txtBox.Mask = "##0.00";
OUTPUT:
2 .
Is there anything I'm doing wrong?
I would like my masked to display 2.00
when I input 2
.
My current code is
txtBox.Mask = "##0.00";
OUTPUT:
2 .
Is there anything I'm doing wrong?