Microsoft® JScript parseInt Method |
Language Reference Version 1 |
Converts strings into integers.
parseInt(numstring, [radix])The parseInt method syntax has these parts:
Part Description numstring Required. A string to convert into a number. radix Optional. A value between 2 and 36 indicating the base of the number contained in numstring. If not supplied, strings with a prefix of '0x' are considered hexidecimal and strings with a prefix of '0' are considered octal. All other strings are considered decimal.
The parseInt method returns an integer value equal to the number contained in numstring. If no prefix of numstring can be successfully parsed into an integer, NaN (not a number) is returned.parseInt("abc") // Returns NaN. parseInt("12abc") // Returns 12.
You can test for NaN using the isNaN method.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js421.htm, 2KB, , updated: 1997/9/30 03:44, local time: 2025/5/8 15:24,
3.139.55.240:LOG IN
|
©2025 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/jscript/js421.htm"> parseInt Method</A> |
Did you find what you needed? |
![]() o List host: MIT, Site host massmind.org, Top posters @none found - Page Editors: James Newton, David Cary, and YOU! * Roman Black of Black Robotics donates from sales of Linistep stepper controller kits. * Ashley Roll of Digital Nemesis donates from sales of RCL-1 RS232 to TTL converters. * Monthly Subscribers: Gregg Rew. on-going support is MOST appreciated! * Contributors: Richard Seriani, Sr. |
Welcome to www.piclist.com! |
.