CurrencyIdentifiers.AUD Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The string "AUD", which identifies the Australian Dollar.