FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / IsEmpty Method
Value to test.

In This Topic
    IsEmpty Method
    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