<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview5.19224.8" />

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.