Web and Technology Support
Html, JAVA,DOTNET,Javascript, PHP, and JQuery Scripts and its issues with solutions
Showing posts with label
string to integer conversion
.
Show all posts
Showing posts with label
string to integer conversion
.
Show all posts
Tuesday, 23 September 2014
How to convert string to number or integer in js?
var str = "123";
alert(str+"---"+typeof(str));
str = Number(str);
alert(str+"---"+typeof(str));
Older Posts
Home
Subscribe to:
Posts (Atom)