Data Type JavaScript DHTML



Convert String to Number




var iValue = parseInt("33.00");
document.writeln("

" + iValue + "

");