Int32.MinValue Field
Represents the smallest possible value of Int32 Structure. This field is constant.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public static const int MinValue
Remarks
The value of this constant is -2,147,483,648; that is, hexadecimal 0x80000000.
Version Information
Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.