HeaderUtilities.FormatNonNegativeInt64(Int64) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将非负 64 位数值转换为其等效的字符串表示形式。
public:
static System::String ^ FormatNonNegativeInt64(long value);
public static string FormatNonNegativeInt64 (long value);
static member FormatNonNegativeInt64 : int64 -> string
Public Shared Function FormatNonNegativeInt64 (value As Long) As String
参数
- value
- Int64
要转换的数字。
返回
此实例值的字符串表示形式,由 0 到 9(无前导零)的数字序列组成。