Click or drag to resize
StringListValidatorIsValid Method (String)
Given a string value, 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(
	string parameterValue
)

Parameters

parameterValue
Type: SystemString
The value.

Return Value

Type: Boolean
True if the value is valid.

Implements

IParameterValidatorIsValid(String)
See Also