Click or drag to resize
ValueConverterBoolToChar01 Field
Converts boolean false to the character '0' and boolean true to character '1'

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

Field Value

Type: ValueConverterNullableBoolean, Char
See Also