Returns a float value from the given source
Optional
The source value to inspect
The default value if the source cannot be converted
a float value from the given source
David Hsing
toFloat('1.0'); // 1.0 Copy
toFloat('1.0'); // 1.0
Returns a float value from the given source