ArcFM Responder Mobile Developer Guide
binaryFromDecimal Property (MMTraceUtilitiesClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Public Overridable ReadOnly Property binaryFromDecimal( _
   ByVal lDecimal As System.Integer _
) As System.Object
'Usage
 
Dim instance As MMTraceUtilitiesClass
Dim lDecimal As System.Integer
Dim value As System.Object
 
value = instance.binaryFromDecimal(lDecimal)
[System.Runtime.InteropServices.DispId(1610678276)]
public virtual System.object binaryFromDecimal( 
   System.int lDecimal
) {get;}
public read-only property binaryFromDecimal( 
    lDecimal: System.Integer
): System.TObject; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
public function get binaryFromDecimal( 
   lDecimal : System.int
) : System.Object
[System.Runtime.InteropServices.DispId(1610678276)]
public: __property virtual System.Object* get_binaryFromDecimal( 
   System.int lDecimal
);
[System.Runtime.InteropServices.DispId(1610678276)]
public:
virtual property System.Object^ binaryFromDecimal {
   System.Object^ get(System.int lDecimal);
}

Parameters

lDecimal
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

MMTraceUtilitiesClass Class
MMTraceUtilitiesClass Members

Send Feedback