[]
        
(Showing Draft Content)

C1.WPF.Document.Utils.IsNull

IsNull Method

IsNull(object)

Returns a value indicating whether a value is null or System.DBNull.

Declaration
public static bool IsNull(object v)
Parameters
Type Name Description
object v

Value to test.

Returns
Type Description
bool

Returns true if v is null or System.DBNull, false otherwise.