CurrencyIdentifiers.BGN プロパティ

定義

ブルガリアレフの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ブルガリアレフを識別する文字列 "BGN"。

適用対象