Click or drag to resize
ValueConverterCharACTGToDouble0123Converter Field
Converts the characters 'A', 'C', 'T', 'G' to doubles 0.0, 1.0, 3.0, 2.0. Lower case is accepted, the inverse always produces uppercase.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static readonly ValueConverter<char, double> CharACTGToDouble0123Converter

Field Value

Type: ValueConverterChar, Double
See Also