CurrencyIdentifiers.ZAR プロパティ

定義

南アフリカランドの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

南アフリカランドを識別する文字列 "ZAR"。

適用対象