DataType Utility: DataType.Number.parse()
The Number module of the DataType Utility allows you to take a data value and convert it to a number.
To convert a data value to a number, simply call the parse() function of the DataType.Number class:
+data, not parseInt(). When the resulting value is NaN, then null is returned:
