CurrencyIdentifiers.MXN Property

Definition

Gets the currency identifier for the Mexican Peso.

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

Property Value

String

Platform::String

winrt::hstring

The string "MXN", which identifies the Mexican Peso.

Applies to