<PackageReference Include="System.Configuration.ConfigurationManager" Version="9.0.4" />

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.