CurrencyIdentifiers.ARS プロパティ

定義

アルゼンチン ペソの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

文字列 "ARS" 。アルゼンチン ペソを識別します。

適用対象