Responder Developer Guide
ToInt32 Method


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