CurrencyIdentifiers.XOF プロパティ

定義

西アフリカの CFA の通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

西アフリカの CFA を識別する文字列 "XOF"。

適用対象