CurrencyIdentifiers.ARS Property

Definition

Gets the currency identifier for the Argentine Peso.

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

Property Value

String

Platform::String

winrt::hstring

The string "ARS", which identifies the Argentine Peso.

Applies to