<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.0-preview.2.25163.2" />

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.