A static utility class for common number transformations and parsing operations.
Static
Converts a string or number to an integer (using base 10). If the input is a string, it is parsed; otherwise, the number is truncated.
The string or number to convert.
The integer value.
A static utility class for common number transformations and parsing operations.