Integer

Description

The Integer class represents integer data type.

Properties of the Integer Class

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

Methods of the Integer Class

  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.

Properties of Variables of the Integer Type

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

See also:

System Assembly Classes