ValueConverterChar01ToBool Field |
Converts the character '0' to boolean false and the character '1' to boolean true.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static readonly ValueConverter<char, Nullable<bool>> Char01ToBool
Public Shared ReadOnly Char01ToBool As ValueConverter(Of Char, Nullable(Of Boolean))
public:
static initonly ValueConverter<wchar_t, Nullable<bool>>^ Char01ToBool
static val Char01ToBool: ValueConverter<char, Nullable<bool>>
Field Value
Type:
ValueConverterChar,
NullableBooleanSee Also