ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions.Evaluation Namespace / Variant Structure / FromObject Method
The value of the Variant.

In This Topic
    FromObject Method (Variant)
    In This Topic
    Initializes a new instance of the Variant from the value specified as object. The type of variant will be inferred from the specified value.
    Syntax
    'Declaration
     
    Public Shared Function FromObject( _
       ByVal value As Object _
    ) As Variant
    public static Variant FromObject( 
       object value
    )

    Parameters

    value
    The value of the Variant.
    See Also