votes
NumericUpDown Value is Decimal??
I am trying to get the value from a NumericUpDown control into a int to I can do some math with it, HOWEVER I keep getting errors that it is a Decimal, but when I do a Messagebox.show(numericUpDown.value.ToString()) I get it to show the act ...
