LongType.FromString(String) 方法

定义

返回与指定的字符串相对应的 Long 值。Returns a Long value that corresponds to the specified string.

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

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

参数

Value
String

必需。Required. 要转换为 Long 值的字符串。String to convert to a Long value.

返回

Int64

Value 对应的 Long 值。The Long value that corresponds to Value.

注解

此类支持 Visual Basic 编译器,不应在代码中直接使用。This class supports the Visual Basic compiler and is not intended to be used directly from your code.

适用于