Summary
Checks whether the specified value can be converted to an
int
and whether the value lies within the range defined by the NAnt.Core.Attributes.Int32ValidatorAttribute.MinValue
and NAnt.Core.Attributes.Int32ValidatorAttribute.MaxValue properties.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- Int32
Validator Attribute
Syntax
public override void Validate(Object value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | Object | The value to be checked. |
Return Value
| Type | Description |
|---|---|
| void |
