Click or drag to resize
ValueConverterIntToChar Field
Converts the integers 0...9 to the characters '0' ... '9'

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static readonly ValueConverter<int, char> IntToChar

Field Value

Type: ValueConverterInt32, Char
See Also