INumberParser Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface qui analyse une représentation sous forme de chaîne d’une valeur numérique.
public interface class INumberParser
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3865416722, 18963, 19027, 131, 161, 57, 47, 190, 76, 255, 159)]
struct INumberParser
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3865416722, 18963, 19027, 131, 161, 57, 47, 190, 76, 255, 159)]
public interface INumberParser
Public Interface INumberParser
- 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
ParseDouble(String) |
Tente d’analyser une représentation sous forme de chaîne d’une valeur numérique double . |
ParseInt(String) |
Tente d’analyser une représentation sous forme de chaîne d’une valeur numérique entière. |
ParseUInt(String) |
Tente d’analyser une représentation sous forme de chaîne d’une valeur numérique d’entier non signé. |