Click or drag to resize
SequenceConvertToString 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 = 0,
	long length = -1
)

Parameters

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

Return Value

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