JS toString () method number () method and other type conversions

Source: Internet
Author: User

1.1 numeric type to string

String ()

variable . toString ()

ToString () method

The ToString () method converts a logical value to a string and returns the result.

1.2 string to numeric type

Number ()

★ Numeric Type of string, after conversion to get the number.

★ Non-numeric string, after conversion to get is NaN.

★ Decimal type of string, after conversion to get the original number.

parseint

★ Integer numeric type of string, converted to get an integer number.

★ The string at the beginning of the number, which is the number in front of the conversion.

★ A string that starts with a non-digit, and the conversion is NaN.

★ Decimal type of string, converted after rounding.

parsefloat

★ Integer numeric type of string, converted to get an integer number.

★ The string at the beginning of the number, which is the number in front of the conversion.

★ A string that starts with a non-digit, and the conversion is NaN.

★ Decimal type of string, after conversion to get the original number.

1.3 Turn Boolean type

Boolean ()

★ The number and string are trueafter the turn is complete.

★undefined,null,0 turns to false after completion .

1.4 implicit data-type conversions

JS toString () method number () method and other type conversions

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.