Responder Developer Guide
ToInt64 Method


Syntax
'Declaration
 
Public Shared Function ToInt64( _
   ByVal value As Object, _
   ByVal nullValue As Long _
) As Long
'Usage
 
Dim value As Object
Dim nullValue As Long
Dim value As Long
 
value = DbConvert.ToInt64(value, nullValue)
public static long ToInt64( 
   object value,
   long 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