INumberFormatter2 インターフェイス

定義

個別の書式メソッドを使用して複数のデータ型を書式設定する、指定された値の文字列表現を返すインターフェイス。

public interface class INumberFormatter2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3567829488, 32976, 19213, 168, 158, 136, 44, 30, 143, 131, 16)]
struct INumberFormatter2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3567829488, 32976, 19213, 168, 158, 136, 44, 30, 143, 131, 16)]
public interface INumberFormatter2
Public Interface INumberFormatter2
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

メソッド

FormatDouble(Double)

Double 値の文字列形式を返します。

FormatInt(Int64)

Int64 値の文字列表現を返します。

FormatUInt(UInt64)

UInt64 値の文字列形式を返します。

適用対象