Click or drag to resize
HelperGetString Method
Gets string representing specified delta alignment. This method is used in comparative Utilities to write delta alignments to file.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string GetString(
	DeltaAlignment deltaAlignment
)

Parameters

deltaAlignment
Type: Bio.Algorithms.AlignmentDeltaAlignment
Delta alignment

Return Value

Type: String

[Missing <returns> documentation for "M:Bio.Util.Helper.GetString(Bio.Algorithms.Alignment.DeltaAlignment)"]

See Also