integer
This module provides basic utility functions to interact with Integer
values.
Functions
fromString(strInt)
Converts a String
to an Integer
.
Argument | Description |
---|---|
strInt | A string representing an integer number |
Returns: A valid Integer
or null
.