AltaxoVariantToNullableBoolean Method |
Converts the variant to a nullable boolean value.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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