Number

Function return floating point number from other variants.

Number(value)
valueSource value.

If source value is string, it's integer representation will be returned. If value can't be converted to, error will be raised. You can check string before converting with StrIsNumber function.