Nevron .NET Vision
Nevron.FormulaEngine Namespace / VariantType Enumeration


In This Topic
    VariantType Enumeration
    In This Topic
    Enumerates the possible variant types
    Syntax
    'Declaration
     
    
    Public Enum VariantType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VariantType
    public enum VariantType : System.Enum 
    Members
    MemberDescription
    ArrayAn array of variants
    BooleanBoolean
    ByteByte
    CharChar
    DateTimeDate time
    DecimalDecimal
    DoubleDouble
    EmptyEmpty
    Int16Int16
    Int32Int32
    Int64Int64
    SByteSByte
    SingleSingle
    StringString
    TimeSpanTime span
    UInt16UInt16
    UInt32UInt32
    UInt64UInt64
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.FormulaEngine.VariantType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also