Nevron.FormulaEngine Namespace / NVariant Class / Parse Method


Parse Method (NVariant)
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)

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