integer

This module provides basic utility functions to interact with Integer values.

Functions

fromString(strInt)

Converts a String to an Integer.

ArgumentDescription
strIntA string representing an integer number

Returns: A valid Integer or null.