'Declaration Public Overloads Function GetValue( _ ByVal type As Type, _ ByVal provider As IFormatProvider _ ) As Object
'Usage Dim instance As WinCalculator Dim type As Type Dim provider As IFormatProvider Dim value As Object value = instance.GetValue(type, provider)
public object GetValue( Type type, IFormatProvider provider )
Parameters
- type
- The System.Type to which to convert the result of the mathematical equation.
- provider
- The System.IFormatProvider to use to format the result of the mathematical equation.
Return Value
An object containing the result of the mathematical equation.