Share via


CurrencyAmount.Amount Property

Definition

An amount.

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

Property Value

String

Platform::String

winrt::hstring

A string containing a decimal number in the invariant culture format (for example, a culture-insensitive amount such as "100.00").

Applies to

See also