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