Legato.Lang.NumberUtils Some common util methods for numbers

Functions

Legato.Lang.NumberUtils.toFloat Try to parse given param into a

number and returns it if possible.  Throws Exception otherwise.

Parameters: value{String} The String you want to parse into a number

Returns: {Number} The parsed value as Number