AltaxoVariantToNullableBoolean Method |
Converts the variant to a nullable boolean value.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic bool? ToNullableBoolean()
Return Value
NullableBooleanNullable boolean value.
Exceptions| Exception | Condition |
|---|
| ApplicationException | Unable to convert the contents of this variant to a number, the contents is: " + ToString() |
See Also