AltaxoVariantToNullableBoolean Method |
Converts the variant to a nullable boolean value.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool? ToNullableBoolean()
Return Value
NullableBooleanNullable boolean value.
Exceptions| Exception | Condition |
|---|
| ApplicationException | Thrown if the content cannot be converted to a nullable boolean value. |
See Also