Click or drag to resize
XNFieldReverseComplement Method (String)
Reverse the given DNA sequences. Don't call this function for proteins !

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void ReverseComplement(
	ref string p_Value
)

Parameters

p_Value
Type: SystemString
The sequence to reverse.
See Also