UnicodeNumericType Énumération
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.
Définit le type de nombre lorsqu’un caractère Unicode représente un nombre.
public enum class UnicodeNumericType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class UnicodeNumericType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum UnicodeNumericType
var value = Windows.Data.Text.UnicodeNumericType.none
Public Enum UnicodeNumericType
- Héritage
-
UnicodeNumericType
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
Decimal | 1 | Chiffre décimal dans un système décimal qui utilise 0 à 9. |
Digit | 2 | Chiffre de la plage 0 à 9 utilisé dans des contextes spéciaux. |
None | 0 | Pas un caractère numérique. |
Numeric | 3 | Caractère qui représente un autre type de valeur numérique, comme une fraction. |
Remarques
Un membre de cette énumération est retourné par GetNumericType.
Ces valeurs suivent les types de l’annexe standard Unicode #44.