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

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, Nullable<bool>> Char01ToBool

Field Value

Type: ValueConverterChar, NullableBoolean
See Also