Condividi tramite


INumberFormatter Interfaccia

Definizione

Interfaccia che restituisce una rappresentazione di stringa di un valore fornito, utilizzando un metodo Format di overload per formattare diversi tipi di dati.

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
Derivato
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Metodi

Format(Double)

Restituisce una rappresentazione di stringa di un valore Double .

Format(Int64)

Restituisce una rappresentazione di stringa di un valore Int64 .

Format(UInt64)

Restituisce una rappresentazione di stringa di un valore UInt64 .

Si applica a