|
i would like to now if there is a way to convert string (like 132) into a number USING javascript.
(comments are locked)
|
|
Use the .net feature Parse:
If there's any chance the string contains non-numeric characters, use TryParse: thanks you for helping
Nov 18 '10 at 03:14 AM
Lachee1
perfect! great answer
Jan 03 '11 at 05:55 AM
Will 15
(comments are locked)
|
