KREDOR Business Object Framework Documentation

Nulls.IsNull Method 

Gets a value indicating whether the specified value stands for NULL.

public static bool IsNull(
   Object value
);

Parameters

Object
a value-type instance

Return Value

Remarks

The specified value must of one of the value types: int, short, long, DateTime, double, decimal, float/Single, Guid

See Also

Nulls Class | Kredor.BO Namespace