NAnt SDK Documentation - v0.85-nightly-2005-11-09

BooleanValidatorAttribute.Validate Method 

[This is preliminary documentation and subject to change.]

Checks if the specified value can be converted to a Boolean.

[Visual Basic]
Overrides Public Sub Validate( _
   ByVal value As Object _
)
[C#]
public override void Validate(
   object value
);

Parameters

value
The value to be checked.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Attributes.BooleanValidatorAttribute.Validate(System.Object)

Exceptions

Exception Type Condition
ValidationException value cannot be converted to a Boolean.

See Also

BooleanValidatorAttribute Class | NAnt.Core.Attributes Namespace