NevronOpenVision
Nevron.Nov Namespace / NVariant Structure


In This Topic
    NVariant Structure Methods
    In This Topic

    For a list of all members of this type, see NVariant members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Compares this variant to the specified object. The object must be of NVariant type  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Tries to create an object from the specified variant, by using the object factory for the specified type.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Creates a variant from the specified object.  
    Public Method  
    Public MethodOverriden because == operator was overriden  
    Public MethodOverloaded. Gets the first non array variant contained in this variant. In case this variant is not array returns the variant itself.  
    Public MethodOverriden because Equals was overriden  
    Public MethodOverloaded. Gets the last non array variant contained in this variant. In case this variant is not array returns the variant itself.  
    Public MethodGets the measure represented by this variant.  
    Public Methodstatic (Shared in Visual Basic)Given a target object type, tries to return a function that converts a variant to an object of the specified target type.  
    Public MethodGets the value at the specified index. In case of a non array variant throws an exception.  
    Public MethodGets the count of variants contained in this variant array. In case of a non array variant throws an exception.  
    Public Methodstatic (Shared in Visual Basic)Given a source object type, tries to return a function that converts an object to a variant.  
    Public Method  
    Public Methodstatic (Shared in Visual Basic)Sets the function that converts variants to objects of the specified type.  
    Public Methodstatic (Shared in Visual Basic)Sets the function that converts objects to variants.  
    Public MethodConverts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information.  
    Public MethodConverts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information  
    Public MethodConverts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information.  
    Public MethodConverts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information.  
    Public MethodConverts the value of this instance to an equivalent Double number using the specified culture-specific formatting information.  
    Public MethodConverts the value of this instance to an equivalent Int32 number using the specified culture-specific formatting information.  
    Public MethodConverts the value of this instance to an equivalent Int64 number using the specified culture-specific formatting information.  
    Public MethodConverts the value of this instance to an equivalent Single number using the specified culture-specific formatting information.  
    Public MethodOverloaded. Converts the value of this instance to an equivalent string number using the specified culture-specific formatting information.  
    Top
    Protected Methods
     NameDescription
    Internal Method  
    Internal Method  
    Internal Methodstatic (Shared in Visual Basic)  
    Top
    See Also