Spread Silverlight Documentation
ToResult Method


The value to be converted.
Convert value to the result.
Syntax
'Declaration
 
Public Shared Function ToResult( _
   ByVal value As System.Double _
) As System.Object
'Usage
 
Dim value As System.Double
Dim value As System.Object
 
value = CalcConvert.ToResult(value)
public static System.object ToResult( 
   System.double value
)

Parameters

value
The value to be converted.

Return Value

return CalcErrors.Number if value is not a number or is infinity.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcConvert Class
CalcConvert Members

 

 


Copyright © GrapeCity, inc. All rights reserved.