Skip to content

Number Range

Latest
Compare
Choose a tag to compare
@dills122 dills122 released this 16 Jun 20:39
78b2c05

Added a new feature to number based scrubbing that allows you to define a range for the returned random number.

The supported number types currently are:

  • Decimal
  • Long
  • Integer
  • Double

Example:

[ScrubDecimal(100,200)]
public decimal test { get; set; }