CurrencyIdentifiers.MYR Property

Definition

Gets the currency identifier for the Malaysian Ringgit.

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

Property Value

String

Platform::String

winrt::hstring

The string "MYR", which identifies the Malaysian Ringgit.

Applies to