CurrencyIdentifiers.BRL プロパティ

定義

ブラジルレアルの通貨識別子を取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

ブラジルレアルを識別する文字列 "BRL"。

適用対象