Gets string representing specified delta alignment.
This method is used in comparative Utilities to write delta alignments to file.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static string GetString(
DeltaAlignment deltaAlignment
)
Public Shared Function GetString (
deltaAlignment As DeltaAlignment
) As String
public:
static String^ GetString(
DeltaAlignment^ deltaAlignment
)
static member GetString :
deltaAlignment : DeltaAlignment -> string
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