Split up 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 List<string> SplitString(
	string str
)

Parameters

str
Type: System..::.String
The string to split.

Return Value

The split string.

See Also