CurrencyIdentifiers.XXX Property

Definition

Gets the currency identifier that represents no currency.

public:
 static property Platform::String ^ XXX { Platform::String ^ get(); };
static winrt::hstring XXX();
public static string XXX { get; }
var string = CurrencyIdentifiers.xXX;
Public Shared ReadOnly Property XXX As String

Property Value

String

Platform::String

winrt::hstring

The string "XXX", which represents no currency.

Applies to