Validator.Integer(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a validation test that tests whether a value can be treated as an integer.
public static System.Web.WebPages.IValidator Integer (string errorMessage = default);
static member Integer : string -> System.Web.WebPages.IValidator
Public Shared Function Integer (Optional errorMessage As String = null) As IValidator
Parameters
- errorMessage
- String
The error message to display if validation fails.
Returns
The validation test.