ArcFM Responder Mobile Developer Guide
ObjectToInt Method






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

Parameters

value
Object to convert.

Return Value

Int value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Converter Class
Converter Members

Send Feedback