The StrToFloat function converts a string to a float.
Syntax
Float Global.StrToFloat(
String value)
String value)
Parameters
| value | The string. | Required |
|---|
Return value
The StrToFloat function returns the float value.
Example
value = StrToFloat("25.8")
// value = 25.8
// value = 25.8