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.3179.0 (4.8.3179.0)
Syntax
C#
public bool? ToNullableBoolean()

Return Value

NullableBoolean
Nullable boolean value.
Exceptions
ExceptionCondition
ApplicationExceptionUnable to convert the contents of this variant to a number, the contents is: " + ToString()
See Also