Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetIntValue Method (obj, defaultValue)
NamespacesGenesyslab.Desktop.Infrastructure.StatFormattingFormattingGetIntValue(Object, Int32)
Gets the integer value of this object.
Declaration Syntax
C#Visual BasicVisual C++
public static int GetIntValue(
	Object obj,
	int defaultValue
)
Public Shared Function GetIntValue ( _
	obj As Object, _
	defaultValue As Integer _
) As Integer
public:
static int GetIntValue(
	Object^ obj, 
	int defaultValue
)
Parameters
obj (Object)
The object.
defaultValue (Int32)
The default value.
Return Value
The integer value of the object.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)