NewickParserParse Method (StringBuilder) |
Parses a Phylogenetic tree text from a StringBuilder into a PhylogeneticTree.
Namespace: Bio.IO.NewickAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Tree Parse(
StringBuilder textData
)
Public Function Parse (
textData As StringBuilder
) As Tree
public:
Tree^ Parse(
StringBuilder^ textData
)
member Parse :
textData : StringBuilder -> Tree
Parameters
- textData
- Type: System.TextStringBuilder
A stream for a Phylogenetic tree text.
Return Value
Type:
TreeA new PhylogeneticTree instance containing parsed data.
See Also