StringType.FromLong(Int64) 方法
定义
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 对应的 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.