INumberFormatter2 Interface

Definition

An interface that returns a string representation of a provided value, using distinct format methods to format several data types.

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
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

FormatDouble(Double)

Returns a string representation of a Double value.

FormatInt(Int64)

Returns a string representation of an Int64 value.

FormatUInt(UInt64)

Returns a string representation of a UInt64 value.

Applies to