<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-preview.2.26159.112" />

System.Configuration.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.