Field.isNull Property¶
Module: Field
Type: bool
Definition¶
A value indicating whether if the field is null.
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