次の方法で共有


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

値を表す文字列。

適用対象