toFloat

Description

Converts a passed value to a float type.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

value

The value to convert to a float.

Any

-

-

Yes

Output

DescriptionOutput Type

Returns the passed value as a float.

Number

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