DerivedSequenceConvertToString Method |
Converts part of the sequence to a string.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string ConvertToString(
long startIndex,
long length
)
Public Function ConvertToString (
startIndex As Long,
length As Long
) As String
public:
String^ ConvertToString(
long long startIndex,
long long length
)
member ConvertToString :
startIndex : int64 *
length : int64 -> string
Parameters
- startIndex
- Type: SystemInt64
Start position of the sequence. - length
- Type: SystemInt64
Number of symbols to return.
Return Value
Type:
StringPart of the sequence in string format.
See Also