Nevron .NET Vision
Nevron.FormulaEngine Namespace / NVariant Class / Parse Method


In This Topic
    Parse Method (NVariant)
    In This Topic
    Creates a new variant object from the specified string and with the specified type (engines the string according to the English-US culture info)
    Syntax
    'Declaration
     
    
    Public Shared Function Parse( _
       ByVal str As System.String, _
       ByVal type As VariantType _
    ) As NVariant
    'Usage
     
    
    Dim str As System.String
    Dim type As VariantType
    Dim value As NVariant
     
    value = NVariant.Parse(str, type)
    public static NVariant Parse( 
       System.string str,
       VariantType type
    )

    Parameters

    str
    type
    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