IntegerType.FromObject(Object) 方法

定义

返回与 Integer 指定对象对应的值。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static int FromObject(System::Object ^ Value);
public static int FromObject(object Value);
static member FromObject : obj -> int
Public Function FromObject (Value As Object) As Integer
Public Shared Function FromObject (Value As Object) As Integer

参数

Value
Object

必填。 要转换为 Integer 值的对象。

返回

对应于IntegerValue的值。

注解

此类支持 Visual Basic 编译器,不打算直接从代码使用。

适用于