Nevron Open Vision Documentation
Nevron.Nov.Formulas Namespace / INVariantFromValueFactory Interface / CreateVariant Method


In This Topic
    CreateVariant Method (INVariantFromValueFactory)
    In This Topic
    Creates a variant for the specified object
    Syntax
    'Declaration
     
    
    Function CreateVariant( _
       ByVal val As System.Object _
    ) As NVariant
    'Usage
     
    
    Dim instance As INVariantFromValueFactory
    Dim val As System.Object
    Dim value As NVariant
     
    value = instance.CreateVariant(val)
    NVariant CreateVariant( 
       System.object val
    )

    Parameters

    val
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also