<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.7.0-preview1.19504.10" />

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.