Browse by Tags

All Tags » Helpful Tips » Iterative Development - Testing (RSS)
Sorry, but there are no more tags available to filter with.
I had a situation where I had to use int.TryParse. A field in the form that I will show later uses this method to convert a string value to integer. I want to ensure that the value is correct. set { int intValue = 0; //If not an integer value, throw an...