Indicates whether a value has been assigned to a GUID. A null GUID that consists only of zeros is valid but must never be used for reference purposes.

Ok := ISNULLGUID(Guid);

Parameters

Guid

The GUID that you want to check whether it is null.

Expand imageProperty Value/Return Value

Expand imageSee Also