[DOTNET skill series] data type conversion in 4. C #

Source: Internet
Author: User
Tags dotnet

Automatic conversion: automatic conversion from low to high without losing precision.

Forced conversion: the numeric type can be forced conversion, but pay attention to the loss of precision, empty data, or data overflow.

IntNumber = (Int)"123";//Build error: the string cannot be converted to int, even if the string content is a number!

 

Build error occurs when the above string is forcibly converted to int, which is especially prone to errors.

 

Is Int. parse different from convert. toint?

Difference between Null Value Determination in C # and convert. toint32 () and Int. parse ()

 

Note: The console API Readline in C # Only returns the string type, but cannot return the number type.

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.