CurrencyIdentifiers.AUD Property

Definition

Gets the currency identifier for the Australian Dollar.

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

Property Value

String

Platform::String

winrt::hstring

The string "AUD", which identifies the Australian Dollar.

Applies to