CurrencyFormatterMode
CurrencyFormatterMode
CurrencyFormatterMode
CurrencyFormatterMode
Enum
Definition
Specifies the use of symbols or codes when currency is formatted.
This enumeration is used by the Mode property of CurrencyFormatter.
public : enum class CurrencyFormatterModepublic enum CurrencyFormatterModePublic Enum CurrencyFormatterMode// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| UseCurrencyCode UseCurrencyCode UseCurrencyCode UseCurrencyCode | Currencies are formatted with the Currency code provided to the CurrencyFormatter object (for example, 15 USD). |
| UseSymbol UseSymbol UseSymbol UseSymbol | Default behavior. Currencies are formatted with the appropriate currency symbol (for example, $15). |