ValueConverterIntToChar Field |
Converts the integers 0...9 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<int, char> IntToChar
Public Shared ReadOnly IntToChar As ValueConverter(Of Integer, Char)
public:
static initonly ValueConverter<int, wchar_t>^ IntToChar
static val IntToChar: ValueConverter<int, char>
Field Value
Type:
ValueConverterInt32,
CharSee Also