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