INumberFormatter2.FormatInt(Int64) 方法

定义

返回 Int64 值的字符串表示形式。

public:
 Platform::String ^ FormatInt(long long value);
winrt::hstring FormatInt(long const& value);
public string FormatInt(long value);
function formatInt(value)
Public Function FormatInt (value As Long) As String

参数

value
Int64

long long

long

要设置格式的 Int64 值。

返回

String

Platform::String

winrt::hstring

表示值的字符串。

适用于