DHUBoolNullableEx extension

A set of extensions on the nullable bool type to provide more functionality.

on

Properties

binary int

Available on bool?, provided by the DHUBoolNullableEx extension

Converts the nullable boolean to its binary representation as an integer.
no setter
binaryText String

Available on bool?, provided by the DHUBoolNullableEx extension

Converts the nullable boolean to its binary representation as a string.
no setter
isFalse bool

Available on bool?, provided by the DHUBoolNullableEx extension

Gets a boolean value indicating whether the nullable boolean is false.
no setter
isTrue bool

Available on bool?, provided by the DHUBoolNullableEx extension

Gets a boolean value indicating whether the nullable boolean is true.
no setter
toggled bool?

Available on bool?, provided by the DHUBoolNullableEx extension

Returns the inverse of this value, or null when the value is null.
no setter
val bool

Available on bool?, provided by the DHUBoolNullableEx extension

A helper getter to return the non-nullable boolean value.
no setter