CurrencyAmount.Amount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A string containing a decimal number in the invariant culture format (for example, a culture-insensitive amount such as "100.00").