Click or drag to resize
ValueConverterCharToInt Field
Converts the characters '0'...'9' to the integers 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<char, int> CharToInt

Field Value

Type: ValueConverterChar, Int32
See Also