Parse a string.

Namespace:  BioSharp.Core.Bio.Seq.IO
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
protected ISymbol[] ParseString(
	string s
)

Parameters

s
Type: System..::.String
The string to parse

Return Value

The symbols resulting from the parse

See Also