Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / Utils Class / IsEmpty Method
Value to test.

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

    Parameters

    v
    Value to test.

    Return Value

    Returns true if v is value is null, System.DBNull or empty array.
    See Also