INumberFormatter Interface

Definition

An interface that returns a string representation of a provided value, using an overloaded Format method to format several data types.

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

Windows requirements

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

Methods

Format(Double)

Returns a string representation of a Double value.

Format(Int64)

Returns a string representation of an Int64 value.

Format(UInt64)

Returns a string representation of a UInt64 value.

Applies to