Click or drag to resize
SequenceExtensionsConvertToString Method
Converts the sequence to a string.

Namespace: Bio.Extensions
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string ConvertToString(
	this ISequence sequence,
	long startIndex = 0,
	long length = 2147483647
)

Parameters

sequence
Type: BioISequence

[Missing <param name="sequence"/> documentation for "M:Bio.Extensions.SequenceExtensions.ConvertToString(Bio.ISequence,System.Int64,System.Int64)"]

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.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ISequence. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also