Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static int ObjectToInt(System::Object ^ _value);
public static int ObjectToInt (object _value);
static member ObjectToInt : obj -> int
Public Shared Function ObjectToInt (_value As Object) As Integer