CurrencyFormatter.FormatInt(Int64) 方法

定义

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

public:
 virtual Platform::String ^ FormatInt(long long value) = FormatInt;
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

表示值的字符串。

实现

M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(System.Int64) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long long) M:Windows.Globalization.NumberFormatting.INumberFormatter2.FormatInt(long)

适用于