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

In This Topic
    IsArray Method
    In This Topic
    Returns a Boolean value indicating whether a variable points to an array.
    Syntax
    'Declaration
     
    Public Shared Function IsArray( _
       ByVal exp As Object _
    ) As Boolean
    public static bool IsArray( 
       object exp
    )

    Parameters

    exp
    Required. Object variable.

    Return Value

    Returns a Boolean value indicating whether a variable points to an array.
    See Also