Click or drag to resize
FeatureItemGetSingleBooleanQualifier Method
Returns bool value indicating whether the specified qualifier is there in the feature or not.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
protected bool GetSingleBooleanQualifier(
	string qualifierName
)

Parameters

qualifierName
Type: SystemString
Qualifier name.

Return Value

Type: Boolean
Returns true if the qualifier is found in the feature, otherwise false.
See Also