CurrencyFormatter.Currency | currency property
Gets or sets the identifier for the currency to be used for formatting and parsing currency values.
Syntax
var currency = currencyFormatter.currency;
currencyFormatter.currency = currency;
Property value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The currency identifier to use when formatting and parsing currency values.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
