IntegerType.FromObject(Object) 方法

定义

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

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

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

参数

Value
Object

必需。 将转换为 Integer 值的对象。

返回

Value 对应的 Integer 值。

注解

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

适用于