Partager via


CurrencyAmount.Amount Propriété

Définition

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é

String

Platform::String

winrt::hstring

Chaîne contenant un nombre décimal au format de culture invariant (par exemple, une quantité non sensible à la culture telle que « 100.00 »).

S’applique à

Voir aussi