Field.isNull Property

Module: Field

Type: bool

Definition

A value indicating whether if the field is null.

is_null: bool

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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