toFloat
Last updated
Converts a passed value to a float type.
value
The value to convert to a float.
Any
-
-
Yes
Returns the passed value as a float.
Number
N/A
Coming Soon.
User want to convert a value to float type.
Call the function. value : 12.2222

12.2222(toFloat function parses a string and returns a floating point number.)
Last updated