Check
Check
static class with its methods provides functionality for determining if some variable's value meets specified conditions.
IsInRange
Determines whether specified string value length lays in provided boundaries with inclusion:
Same method for DateTime determines whether specified value lays in provided boundaries with inclusion:
There are similar methods for checking IsGreaterThan
and IsLessThan
conditions.
Last updated