The Integer class represents integer data type.
| Property name | Brief description | |
| The MaxValue property returns the maximum integer value. | ||
| The MinValue property returns the minimum integer value. |
| Method name | Brief description | |
| The IsInteger method checks if the specified string value is an integer number. | ||
| The Parse method converts a string value into an integer without checking for the string correctness. | ||
| The TryParse method converts a string value into an integer and checks for the string correctness. |
| Property name | Brief description | |
| The ToString property returns the value of the current variable converted into string type. |
See also: