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