Click or drag to resize
StringListValidatorIgnoreCase Property
If IgnoreCase is false (the default), a string will only be considered valid if it matches one of the stored values exactly, including case. Otherwise, any case (including mixed) is accepted.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IgnoreCase { get; set; }

Property Value

Type: Boolean
See Also