myGlobal.parseFloat( string ) in ECMAScript 262
Attempt to convert a string into a number.
Arguments
name | type | description |
---|---|---|
string | String | The string to convert to a num |
- Return Type
- Number
Attempt to convert a string into a number.
name | type | description |
---|---|---|
string | String | The string to convert to a num |