次の方法で共有


INumberFormatter インターフェイス

定義

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

public interface class INumberFormatter
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2768272457, 30326, 19895, 134, 49, 27, 111, 242, 101, 202, 169)]
struct INumberFormatter
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2768272457, 30326, 19895, 134, 49, 27, 111, 242, 101, 202, 169)]
public interface INumberFormatter
Public Interface INumberFormatter
派生
属性

Windows の要件

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

メソッド

Format(Double)

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

Format(Int64)

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

Format(UInt64)

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

適用対象