Click or drag to resize
RegexValidatedStringListValidateItem Method
Validate that a string meets the criteria required to be added to the list

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool ValidateItem(
	string toAdd
)

Parameters

toAdd
Type: SystemString

[Missing <param name="toAdd"/> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.ValidateItem(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.ValidateItem(System.String)"]

See Also