Spread WPF 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 (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

CalcConvert Class
CalcConvert Members

 

 


Copyright © GrapeCity, inc. All rights reserved.