Integer

Description

The Integer class represents integer data type.

Properties of the Integer Class

  Property name Brief description
The MaxValue property returns the maximum integer value.
The MinValue property returns the minimum integer value.

Methods of the Integer Class

  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.

Properties of Variables of the Integer Type

  Property name Brief description
The ToString property returns the value of the current variable converted into string type.

See also:

System Assembly Classes