<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview5.19224.8" />

IntegerValidator

Provides validation of an Int32 value.
public IntegerValidator(int minValue, int maxValue)

Initializes a new instance of the IntegerValidator class.

public IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive)

Initializes a new instance of the IntegerValidator class.

public IntegerValidator(int minValue, int maxValue, bool rangeIsExclusive, int resolution)

Initializes a new instance of the IntegerValidator class.