INumberFormatter2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回所提供值的字符串表示形式的接口,使用不同的格式方法设置多种数据类型的格式。
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 值的字符串表示形式。 |