Miner.Interop Namespace > IMMTraceUtilities Interface : decimalFromBinary Property |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1610678275)> ReadOnly Property decimalFromBinary( _ ByRef vBinary As System.Object _ ) As System.Integer
'Usage
Dim instance As IMMTraceUtilities Dim vBinary As System.Object Dim value As System.Integer value = instance.decimalFromBinary(vBinary)
[System.Runtime.InteropServices.DispId(1610678275)] System.int decimalFromBinary( ref System.object vBinary ) {get;}
read-only property decimalFromBinary( var vBinary: System.TObject ): System.Integer;
System.Runtime.InteropServices.DispIdAttribute(1610678275) function get decimalFromBinary( vBinary : System.Object ) : System.int
[System.Runtime.InteropServices.DispId(1610678275)] __property System.int get_decimalFromBinary( ref System.Object* vBinary );
[System.Runtime.InteropServices.DispId(1610678275)] property System.int decimalFromBinary { System.int get(System.Object^% vBinary); }
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