INumberFormatter Interface

Définition

Interface qui retourne une représentation sous forme de chaîne d’une valeur fournie, à l’aide d’une méthode Format surchargée pour mettre en forme plusieurs types de données.

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
Dérivé
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Méthodes

Format(Double)

Retourne une représentation sous forme de chaîne d’une valeur Double .

Format(Int64)

Retourne une représentation sous forme de chaîne d’une valeur Int64 .

Format(UInt64)

Renvoie une représentation sous forme de chaîne d’une valeur UInt64 .

S’applique à