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

表示值的字串。

適用於