Resolves the current mathematical equation and converts it to the specified
System.Type.
'Declaration
Public Overloads Function GetValue( _
ByVal As Type _
) As Object
'Usage
Dim instance As WinCalculator
Dim type As Type
Dim value As Object
value = instance.GetValue(type)
public object GetValue(
Type
)
Parameters
- type
- The System.Type to which to convert the result of the mathematical equation.
Return Value
An object containing the result of the mathematical equation.
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