DHUBoolNullableEx extension
A set of extensions on the nullable bool type to provide more functionality.
- on
-
- bool?
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, ornullwhen the value isnull.no setter - val → bool
-
Available on bool?, provided by the DHUBoolNullableEx extension
A helper getter to return the non-nullable boolean value.no setter