toFloat

Description

Converts a passed value to a float type.

Input / Parameter

Output

Callback

N/A

Video

Coming Soon.

Example

User want to convert a value to float type.

Step

  1. Call the function. value : 12.2222

Result

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

Last updated