INumberFormatter2 Interface

Définition

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

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

FormatDouble(Double)

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

FormatInt(Int64)

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

FormatUInt(UInt64)

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

S’applique à