'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