Function parseFloat( str )

Description:
Attempts to interpret a string as a float (32-bit floating point) value. If the input string can't be interpreted in this way, a blank value will result.
Parameters:
str (String)
string containing numeric representation
Return Value (floating point):
byte value of str
Signature:
float parseFloat(String)