'Declaration
Public Function ToType( _ ByVal conversionType As System.Type, _ ByVal provider As System.IFormatProvider _ ) As System.Object
'Usage
Dim instance As NVariant Dim conversionType As System.Type Dim provider As System.IFormatProvider Dim value As System.Object value = instance.ToType(conversionType, provider)
public System.object ToType( System.Type conversionType, System.IFormatProvider provider )
Parameters
- conversionType
- provider