StringValidatorAttribute.

Validate(Object) Method

Summary

Checks if the specified value adheres to the rules defined by the properties of the NAnt.Core.Attributes.StringValidatorAttribute.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Attributes
Containing Type
StringValidatorAttribute

Syntax

public override void Validate(Object value)

Parameters

Name Type Description
value Object The value to be checked.

Return Value

Type Description
void