ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Information Class / IsNothing Method
Required. Object expression.

In This Topic
    IsNothing Method
    In This Topic
    Returns a Boolean value indicating whether an expression has no object assigned to it.
    Syntax
    'Declaration
     
    Public Shared Function IsNothing( _
       ByVal exp As Object _
    ) As Boolean
    public static bool IsNothing( 
       object exp
    )

    Parameters

    exp
    Required. Object expression.

    Return Value

    Returns a Boolean value indicating whether an expression has no object assigned to it.
    See Also