CurrencyAmount.Amount Propriété
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.
Un montant.
public:
property Platform::String ^ Amount { Platform::String ^ get(); };
winrt::hstring Amount();
public string Amount { get; }
var string = currencyAmount.amount;
Public ReadOnly Property Amount As String
Valeur de propriété
Chaîne contenant un nombre décimal au format de culture invariant (par exemple, une quantité non sensible à la culture telle que « 100.00 »).