共用方式為


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 值的字串表示。

適用於