Freigeben über


CurrencyFormatterMode Enumeration

Definition

Gibt die Verwendung von Symbolen oder Codes an, wenn die Währung formatiert ist.

Diese Enumeration wird von der Mode-Eigenschaft von CurrencyFormatter verwendet.

public enum class CurrencyFormatterMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CurrencyFormatterMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CurrencyFormatterMode
var value = Windows.Globalization.NumberFormatting.CurrencyFormatterMode.useSymbol
Public Enum CurrencyFormatterMode
Vererbung
CurrencyFormatterMode
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Felder

UseCurrencyCode 1

Währungen werden mit dem Währungscode formatiert, der für das CurrencyFormatter-Objekt bereitgestellt wird (z. B. 15 USD).

UseSymbol 0

Standardverhalten. Währungen werden mit dem entsprechenden Währungssymbol formatiert (z. B. 15 USD).

Gilt für:

Weitere Informationen