MinValue


Function

 

Specifies the minimum value of the integer that can be entered.

 

Variable type

 

[ C#: long ] [ VB.NET:Long ]
 

Initial value

 

0

 

Setting value

 

-9223372036854775808 <= MinValue < MaxValue

 

Remarks

 

This can be specified when Integer [Numeric (integer)] or Hexadecimal [Numeric (hexadecimal)] is specified for DataType.
The behavior when inputting data outside the range depends on the settings such as DataErrorMode, DataCheckTiming.