Forum: C# Nov 19th, 2007 |
| Replies: 10 Views: 6,042 sorry if i caused any confusion but in c# language decimal is 128 bits to represent values within the range 1E-28 to 7.9E+28. which means numbers between79228162514264337593543950335
and... |
Forum: C# Nov 19th, 2007 |
| Replies: 3 Views: 7,140 |
Forum: C# Nov 19th, 2007 |
| Replies: 10 Views: 6,042 this is how i would go about error checking in a text box, can also be used the other way around, by changing the i value for a int and the system.convert to a parse.
try // check if number... |