Validator.Decimal(String) Method

Definition

Defines a validation test that tests whether a value can be treated as a decimal number.

public static System.Web.WebPages.IValidator Decimal (string errorMessage = default);
static member Decimal : string -> System.Web.WebPages.IValidator
Public Shared Function Decimal (Optional errorMessage As String = null) As IValidator

Parameters

errorMessage
String

The error message to display if validation fails.

Returns

The validation test.

Applies to