次の方法で共有


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)

適用対象