Determine if user input is one of the int integer methods!

Source: Internet
Author: User

1  intAge =0;2             stringVV = This. TextBox2.Text;3             if(int. TryParse (VV, outAge ))4             {5Age =int. Parse ( This. TextBox2.Text);6                7             }8             Else9             {TenMessageBox.Show ("age is not plastic ."); One                 return; A                  -}
Int. Parse () is a class-tolerant transformation that converts a string of numeric content into an int type.
Throws a ArgumentNullException exception if the string is empty;
Throws a FormatException exception if the string content is not a number;
Throws a OverflowException exception if the string content represents a number that is outside the range represented by the int type;

Int. TryParse and Int. Parse is more similar, but it does not produce an exception, the conversion succeeds and returns True, and the conversion fails to return false. The last parameter is the output value, and if the conversion fails, the output value is 0

-------from Lingbo Cottage---von and super Notes

Determine if user input is one of the int integer methods!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.