Method ValidateValue
ValidateValue(int)
Function used to validate the value when updating the field.
Declaration
public override int ValidateValue(int value)
Parameters
| Type | Name | Description | 
|---|---|---|
| int | value | Input value.  | 
    
Returns
| Type | Description | 
|---|---|
| int | Validated value.  |