Responder Developer Guide
ToInt64 Method


Version: 10.2.1a

Resource Center Home

A value to convert
The conversion value for null and DBNull values
DBNull and null aware conversion to int64
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
A value to convert
nullValue
The conversion value for null and DBNull values

Return Value

The int64 equivalent of the input value
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