Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~979 People Reached
Favorite Forums
2 Posted Topics
Re: 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. [code] try // check if number is a decimal { string i; decValue = checked((uint)System.Convert.ToUInt32(numberinput.Text)); … |
The End.