ValueConverterCharToInt Field |
Converts the characters '0'...'9' to the integers 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<char, int> CharToInt
Public Shared ReadOnly CharToInt As ValueConverter(Of Char, Integer)
public:
static initonly ValueConverter<wchar_t, int>^ CharToInt
static val CharToInt: ValueConverter<char, int>
Field Value
Type:
ValueConverterChar,
Int32See Also