Click or drag to resize
ValueConverterCharToDouble Field
Converts the characters '0' ... '9' to the doubles 0.0 ... 9.0.

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> CharToDouble

Field Value

Type: ValueConverterChar, Double
See Also