INumberFormatter Schnittstelle

Definition

Eine Schnittstelle, die eine Zeichenfolgendarstellung eines bereitgestellten Werts mit einer überladenen Formatmethode zum Formatieren mehrerer Datentypen zurückgibt.

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
Abgeleitet
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Methoden

Format(Double)

Gibt eine Zeichenfolgendarstellung eines Double-Werts zurück.

Format(Int64)

Gibt eine Zeichenfolgendarstellung eines Int64-Werts zurück.

Format(UInt64)

Gibt eine Zeichenfolgendarstellung eines UInt64-Werts zurück.

Gilt für: