A
Alberto
I have a textbox and when I ttry to insert a decimal number like 900000,99
in this way:
txt.Text = number.ToString();
I see 900001.
It only happens in a proyect but I don't see why.
Can somebody help me?
Thank you?
in this way:
txt.Text = number.ToString();
I see 900001.
It only happens in a proyect but I don't see why.
Can somebody help me?
Thank you?