Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Utils Class / IsNull Method
Value to test.

In This Topic
    IsNull Method
    In This Topic
    Returns a value indicating whether a value is null or System.DBNull.
    Syntax
    'Declaration
     
    Public Shared Function IsNull( _
       ByVal v As Object _
    ) As Boolean
    public static bool IsNull( 
       object v
    )

    Parameters

    v
    Value to test.

    Return Value

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