Click or drag to resize
StringListValidatorIsValid Method (Object)
Given a string value as an object, return true if the value is in the list.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IsValid(
	Object parameterValue
)

Parameters

parameterValue
Type: SystemObject
The value.

Return Value

Type: Boolean
True if the value is valid.

Implements

IParameterValidatorIsValid(Object)
See Also