Click or drag to resize

AltaxoVariantToNullableBoolean Method

Converts the variant to a nullable boolean value.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool? ToNullableBoolean()

Return Value

NullableBoolean
Nullable boolean value.
Exceptions
ExceptionCondition
ApplicationExceptionThrown if the content cannot be converted to a nullable boolean value.
See Also