<PackageReference Include="System.Configuration.ConfigurationManager" Version="11.0.0-rc.1.26425.128" />

System.Configuration.LongValidator

Provides validation of an Int64 value.
public LongValidator(long minValue, long maxValue)

Initializes a new instance of the LongValidator class.

public LongValidator(long minValue, long maxValue, bool rangeIsExclusive)

Initializes a new instance of the LongValidator class.

public LongValidator(long minValue, long maxValue, bool rangeIsExclusive, long resolution)

Initializes a new instance of the LongValidator class.