Click or drag to resize
DerivedSequenceConvertToString Method
Converts part of the sequence to a string.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public string ConvertToString(
	long startIndex,
	long length
)

Parameters

startIndex
Type: SystemInt64
Start position of the sequence.
length
Type: SystemInt64
Number of symbols to return.

Return Value

Type: String
Part of the sequence in string format.
See Also