ValueConverterCharToDouble Field |
Converts the characters '0' ... '9' to the doubles 0.0 ... 9.0.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static readonly ValueConverter<char, double> CharToDouble
Public Shared ReadOnly CharToDouble As ValueConverter(Of Char, Double)
public:
static initonly ValueConverter<wchar_t, double>^ CharToDouble
static val CharToDouble: ValueConverter<char, float>
Field Value
Type:
ValueConverterChar,
DoubleSee Also