parseFloat()

ICE Data Services -

parseFloat()

 

parseFloat( sValue )

 

  • sValue:  String value to convert to float value.

 

Converts sValue to a floating point number.

 

Example: 

var n = parseFloat( "1.23" );