Responder Developer Guide
ToDouble Method


Syntax
'Declaration
 
Public Shared Function ToDouble( _
   ByVal value As Object, _
   ByVal nullValue As Double _
) As Double
'Usage
 
Dim value As Object
Dim nullValue As Double
Dim value As Double
 
value = DbConvert.ToDouble(value, nullValue)
public static double ToDouble( 
   object value,
   double nullValue
)

Parameters

value
nullValue
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbConvert Class
DbConvert Members

 

 


Send Comment