IntegerType.FromString(String) 方法

定义

返回与指定的字符串相对应的 Integer 值。

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

public:
 static int FromString(System::String ^ Value);
public static int FromString (string? Value);
public static int FromString (string Value);
static member FromString : string -> int
Public Shared Function FromString (Value As String) As Integer
Public Function FromString (Value As String) As Integer

参数

Value
String

必需。 要转换为 Integer 值的字符串。

返回

Value 对应的 Integer 值。

注解

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

适用于