Summary
    Checks if the specified value can be converted to a 
		bool.
    - Assembly
- NAnt.Core .dll 
- Namespace
- NAnt.Core .Attributes 
- Containing Type
- BooleanValidator Attribute 
Syntax
public override void Validate(Object value)Parameters
| Name | Type | Description | 
|---|---|---|
| value | Object | The value to be checked. | 
Return Value
| Type | Description | 
|---|---|
| void | 
