Field.valueAsBoolean Property

Module: Field

Type: bool

Definition

The field value as a boolean.

value_as_boolean: bool

Exceptions

An error has occurred during Bioseal Library execution.
bool get valueAsBoolean => getValueAsBoolean();

Exceptions

An error has occurred during Bioseal Library execution.
public bool valueAsBoolean
{
    get => GetvalueAsBoolean();
}

Exceptions

An error has occurred during Bioseal Library execution.
public boolean getValueAsBoolean() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var valueAsBoolean: Bool
    get {
        return try! getValueAsBoolean()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsBoolean (ID3_BIOSEAL_FIELD hField, bool * valueAsBoolean)

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.