Click or drag to resize
StringListValidator Constructor (Boolean, String)
Constructor that allows case sensitivity to be specified.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public StringListValidator(
	bool ignoreCase,
	params string[] values
)

Parameters

ignoreCase
Type: SystemBoolean
true means case will be ignored when validating.
values
Type: SystemString
An array of valid value strings.
See Also