ArcFM Mobile Developer Guide
ObjectToInt Method


Version: 10.2.1a

Resource Center Home

Object to convert.
Syntax
'Declaration
 
Public Shared Function ObjectToInt( _
   ByVal value As Object _
) As Nullable(Of Integer)
'Usage
 
Dim value As Object
Dim value As Nullable(Of Integer)
 
value = Converter.ObjectToInt(value)
public static Nullable<int> ObjectToInt( 
   object value
)

Parameters

value
Object to convert.

Return Value

Int 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

Converter Class
Converter Members

 

 


Send Comment