Method IsNullOrGreaterThanOrEqualToZero
IsNullOrGreaterThanOrEqualToZero(int?, string)
Ensures that the value of a parameter is null or greater than or equal to zero.
public static int? IsNullOrGreaterThanOrEqualToZero(int? value, string paramName)
Parameters
Returns
- int?
The value of the parameter.
IsNullOrGreaterThanOrEqualToZero(long?, string)
Ensures that the value of a parameter is null or greater than or equal to zero.
public static long? IsNullOrGreaterThanOrEqualToZero(long? value, string paramName)
Parameters
Returns
- long?
The value of the parameter.