ValidateInteger(Int32) Method
In This Topic
Validates an integer value to make sure it is valid and is within the specified usual default RDL min/max range limit (0, int.maxvalue).
Syntax
'Declaration
Public Overloads Shared Function ValidateInteger( _
ByVal As Integer _
) As Integer
public static int ValidateInteger(
int
)
Parameters
- value
- An System.Int32 value to validate.
Exceptions
See Also