Click or drag to resize
FeatureItemGetSingleTextQualifier Method
Returns qualifier value for the specified qualifier name. Note: This method should be used to get the text value of a qualifier which appears only once in a feature.

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

Parameters

qualifierName
Type: SystemString
Qualifier name.

Return Value

Type: String
Qualifier value.
See Also