Click or drag to resize
GenBankLocusTokenParserParse Method
Parses a locus string into a GenBankLocusInfo.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public GenBankLocusInfo Parse(
	string locusText
)

Parameters

locusText
Type: SystemString
Locus text.

Return Value

Type: GenBankLocusInfo
Locus containing the info in the passed in string.
See Also