contents   index   previous   next



Clib.atof()

syntax:

Clib.atof(str)

where:

str - string to convert to a number.

 

return:

number - str converted.

 

description:

This method converts the ASCII string str to a floating-point value, if str can be converted.

 

see:

Clib.atol()

 

 


Clib.atoi()