StringType.FromLong(Int64) 方法

定义

返回与指定的 String(64 位整数)相对应的 Int64 值。Returns a String value that corresponds to a specified Int64 (64-bit integer).

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

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

参数

Value
Int64

必需。Required. 要转换为 Int64 值的 StringInt64 to convert to a String value.

返回

String

Value 对应的 String 值。The String value corresponding to Value.

注解

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

适用于