Return a region of this symbol list as a string.

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

Syntax

C#
string SubStr(
	int start,
	int end
)

Parameters

start
Type: System..::.Int32
the first symbol to include
end
Type: System..::.Int32
the last symbol to include

Return Value

the string representation

Remarks

This should use the same rules as seqString.

See Also